diff options
author | Nick Clifton <nickc@redhat.com> | 2008-09-30 10:50:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-09-30 10:50:03 +0000 |
commit | e144674af8458b72b0f03fc68989b00101773543 (patch) | |
tree | 834b85c7328bacebbcb60963a1728fc22d6ae4d0 /bfd/ChangeLog | |
parent | 34b23dab7edd4ba72695b8c352be4ca2496553f1 (diff) | |
download | gdb-e144674af8458b72b0f03fc68989b00101773543.zip gdb-e144674af8458b72b0f03fc68989b00101773543.tar.gz gdb-e144674af8458b72b0f03fc68989b00101773543.tar.bz2 |
* coffgen.c (coff_write_symbols): Check to see if a symbol's flags
do not match it class and if necessary update the class.
(null_error_handler): New function. Suppresses the generation of
bfd error messages.
* coff64-rs6000.c (bfd_xcoff_backend_data): Update comment.
* config/tc-tic4x.c (tic4x_globl): Call S_SET_EXTERNAL as well as
S_SET_STORAGE_CLASS.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9f40340..f775536 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2008-09-30 Wesley W. Terpstra <wesley@terpstra.ca> + Nick Clifton <nickc@redhat.com> + + * coffgen.c (coff_write_symbols): Check to see if a symbol's flags + do not match it class and if necessary update the class. + (null_error_handler): New function. Suppresses the generation of + bfd error messages. + * coff64-rs6000.c (bfd_xcoff_backend_data): Update comment. + 2008-09-30 Alan Modra <amodra@bigpond.net.au> * Makefile.am: Run "make dep-am". |