* config/tc-vax.c (tc_aout_fix_to_chars): Local variable NBYTES_R_LENGTH now
authorKen Raeburn <raeburn@cygnus>
Thu, 16 Dec 1993 21:31:22 +0000 (21:31 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 16 Dec 1993 21:31:22 +0000 (21:31 +0000)
commitc999fd9fc23a159a286f9b129992dd5a2969db39
tree03370ad2c756ba88c5b5c53e2c50b2cf9c1eb24d
parenta8a72d7480f75d02490bfb14c2377ddd158f4889
* 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.
gas/config/obj-bout.c
gas/config/obj-coffbfd.c
gas/config/obj-vms.c
gas/config/tc-a29k.c
gas/config/tc-hppa.c
gas/config/tc-m88k.c
gas/config/tc-sparc.c
gas/config/tc-tahoe.c
This page took 0.032623 seconds and 4 git commands to generate.