recent config/* & section_symbol changes
authorKen Raeburn <raeburn@cygnus>
Thu, 16 Dec 1993 21:56:03 +0000 (21:56 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 16 Dec 1993 21:56:03 +0000 (21:56 +0000)
gas/ChangeLog

index 22e2c603684aeaeeb106f7cce242cbc882997f9b..220d0b62de97897cb661c89736a98b6478944514 100644 (file)
@@ -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.
This page took 0.030343 seconds and 4 git commands to generate.