From: Ken Raeburn Date: Thu, 16 Dec 1993 21:56:03 +0000 (+0000) Subject: recent config/* & section_symbol changes X-Git-Tag: gdb-4_18~16313 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50f75add59764bab03e9f6cd9c13806b402c8804;p=external%2Fbinutils.git recent config/* & section_symbol changes --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 22e2c60..220d0b6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -3,6 +3,19 @@ Thu Dec 16 16:07:56 1993 Ken Raeburn (raeburn@cujo.cygnus.com) * read.c (lex_type): No longer make '[' a valid character for symbol names. + * config/tc-vax.c (tc_aout_fix_to_chars): Local variable + NBYTES_R_LENGTH now const. + + * config/obj-*.c, config/tc-*.c: Omit superfluous "return" + statements at ends of functions. Don't check for null return from + hash_new, since it won't return at all if there's no memory + available. Also, check for null return from hash_insert, rather + than zero-length string, as success indicator. + + * subsegs.c (section_symbol): New function. + * subsegs.h (section_symbol): Declare. + * write.c (adjust_reloc_syms): Use it. + Wed Dec 15 15:39:53 1993 Ken Raeburn (raeburn@cujo.cygnus.com) * Makefile.in (RUNTEST): New variable.