diff options
author | David S. Miller <davem@redhat.com> | 2012-11-20 08:37:52 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2012-11-20 08:37:52 +0000 |
commit | 668b27eacf911204998fe203a610d4d101f45d06 (patch) | |
tree | a465a8e7e4bfe4f27c9f5d1f7b97e3e4bd3387f9 /gas/ChangeLog | |
parent | bd0cfc4d46e8ad3ddaebc2dd3d8c7f93b1da751d (diff) | |
download | gdb-668b27eacf911204998fe203a610d4d101f45d06.zip gdb-668b27eacf911204998fe203a610d4d101f45d06.tar.gz gdb-668b27eacf911204998fe203a610d4d101f45d06.tar.bz2 |
Fix sparc bitness overrides in GAS. Noticed by Eric Botcazou.
gas/
* config/tc-sparc.c (md_parse_option): Only certain arch
specifications should override the object to be 32-bit
or 64-bit.
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 f1e6207..bce371f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2012-11-20 David S. Miller <davem@davemloft.net> + + * config/tc-sparc.c (md_parse_option): Only certain arch + specifications should override the object to be 32-bit + or 64-bit. + 2012-11-14 David Holsgrove <david.holsgrove@xilinx.com> * config/tc-microblaze.c (md_assemble): Add support for INST_TYPE_IMM5 |