diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-10-27 07:40:07 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-10-27 07:40:07 +0000 |
commit | 6a2b6326c21eb3e45d366676e81935ad660a7101 (patch) | |
tree | e4b9e2834db9605456d62788952e5b4efbd194ba /gas/testsuite/ChangeLog | |
parent | 95560129db4891eb3341c02aedb2087e99176a76 (diff) | |
download | gdb-6a2b6326c21eb3e45d366676e81935ad660a7101.zip gdb-6a2b6326c21eb3e45d366676e81935ad660a7101.tar.gz gdb-6a2b6326c21eb3e45d366676e81935ad660a7101.tar.bz2 |
gas/
2005-10-27 Jan Beulich <jbeulich@novell.com>
* read.c (assign_symbol): Also consider equates already defined.
* symbols.c (symbol_clone): Also clone the underlying BFD symbol.
* config/obj-coff.h (obj_symbol_clone_hook): New.
(coff_obj_symbol_clone_hook): Declare.
* config/obj-coff.c (coff_obj_symbol_clone_hook): New.
gas/testsuite/
2005-10-27 Jan Beulich <jbeulich@novell.com>
* gas/all/gas.exp: Don't xfail equiv1 test anymore.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 127e6a7..821653d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-10-27 Jan Beulich <jbeulich@novell.com> + + * gas/all/gas.exp: Don't xfail equiv1 test anymore. + 2005-10-26 Paul Brook <paul@codesourcery.com> * gas/arm/archv6.d: Adjust expected output. |