This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Gold: Added R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS relocations with unit tests


Hello everyone,

Please find attached the 2 patches for
- R_ARM_MOVW_ABS_NC,
- R_ARM_MOVT_ABS,
- R_ARM_THM_MOVW_ABS_NC,
- R_ARM_THM_MOVT_ABS
relocations and unit tests for them.

Ian,

It looks like you are the only one who reviews and applies gold patches.
Do you know when you will have a chance to review mine?
Is there anything I can do to save your time or make it more covinient for you?
Would you like me to combine all my pending changes to one patch or you prefer to review small diffs?
Please advice.

Best regards,
Viktor

* gold/arm.cc: Added R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS relocations

* gold/configure.ac: Added target-dependent (for ARM) testsuite/arm/Makefile
* gold/testsuite/Makefile.am: Included testsuite/arm directory for automake
* gold/testsuite/arm/Makefile.am: Included testsuite/arm directory for automake
* gold/testsuite/arm/reloc_movwt_abs_test.sh: Unit test script for R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS relocations
* gold/testsuite/arm/arm_r_movwt_abs.s: Asm for the R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS relocations unit tests


----- Original Message ----- From: "Viktor Kutuzov" <vkutuzov@accesssoftek.com>
To: <binutils@sourceware.org>
Sent: Wednesday, September 16, 2009 2:58 PM
Subject: [PATCH] Gold: Added R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS relocations



Hello everyone,


Please find attached the patch for
- R_ARM_MOVW_ABS_NC,
- R_ARM_MOVT_ABS,
- R_ARM_THM_MOVW_ABS_NC,
- R_ARM_THM_MOVT_ABS
relocations.

Best regards,
Viktor

* gold/arm.cc: Added R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS relocations

Attachment: binutil-gold-arm-rel-movw-movt-unittests.diff
Description: Binary data

Attachment: binutil-gold-movw-movt.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]