diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-07 14:57:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-07 14:57:50 +0000 |
commit | 9758f3fc77f7b9748293b7e265d362ceaddfdfb4 (patch) | |
tree | 69aaac4950cc56b6cec7d9d2b7c04def95eb7eb6 /gas/ChangeLog | |
parent | 1126897b369207e6242a9e0f5bbee00c10831ded (diff) | |
download | gdb-9758f3fc77f7b9748293b7e265d362ceaddfdfb4.zip gdb-9758f3fc77f7b9748293b7e265d362ceaddfdfb4.tar.gz gdb-9758f3fc77f7b9748293b7e265d362ceaddfdfb4.tar.bz2 |
* symbols.c: Replace CONST by const throughout.
(symbol_find_exact): Split out from..
(symbol_find_base): ..here.
* symbols.h: Replace CONST by const throughout.
(symbol_find_exact): Declare.
* config/obj-elf.c: #include "struc-symbol.h".
(elf_frob_file): If group name matches an exported symbol, use that
symbol for the signature and ".group" as the section name.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 44d3304..eee61f5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2002-06-07 Alan Modra <amodra@bigpond.net.au> + + * symbols.c: Replace CONST by const throughout. + (symbol_find_exact): Split out from.. + (symbol_find_base): ..here. + * symbols.h: Replace CONST by const throughout. + (symbol_find_exact): Declare. + * config/obj-elf.c: #include "struc-symbol.h". + (elf_frob_file): If group name matches an exported symbol, use that + symbol for the signature and ".group" as the section name. + Thu Jun 6 17:42:12 2002 J"orn Rennecke <joern.rennecke@superh.com> * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again, |