diff options
author | Nick Clifton <nickc@redhat.com> | 2015-12-04 15:07:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-12-04 15:07:10 +0000 |
commit | f27c5390b2fcff06b1e2199a4f051d543670aa03 (patch) | |
tree | abdbd2855f3c39d419e999132e3dd6dadf4d45e8 /gas/ChangeLog | |
parent | 461c4b2edee2f0a4ee7dec0001a6fabf46454a24 (diff) | |
download | gdb-f27c5390b2fcff06b1e2199a4f051d543670aa03.zip gdb-f27c5390b2fcff06b1e2199a4f051d543670aa03.tar.gz gdb-f27c5390b2fcff06b1e2199a4f051d543670aa03.tar.bz2 |
Fix GAS testsuite failures for COFF/PE based ARM targets.
PR gas/19276
gas * config/tc-arm.h (SUB_SEGMENT_ALIGN): Do not define for COFF/PE
targets.
testsuite * gas/arm/align64.d: Skip for COFF/PE targets.
* gas/arm/bundle-lock.d: Adjust for COFF/PE targets.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 25e2bc9..a676b71 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2015-12-04 Nick Clifton <nickc@redhat.com> + + PR gas/19276 + * config/tc-arm.h (SUB_SEGMENT_ALIGN): Do not define for COFF/PE + targets. + 2015-12-04 Claudiu Zissulescu <claziss@synopsys.com> * config/tc-arc.c (arc_option): Sets all internal gas options when |