diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-14 01:30:56 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-14 01:30:56 +0000 |
commit | 26f4447a601f463a441b3513cd078c1b0532367c (patch) | |
tree | e983119f7d24f22e3eb62de1266e168ca1cbff2b /gas/ChangeLog | |
parent | b9419dd224b83893a4a88f7fd34c0b7ed630b451 (diff) | |
download | binutils-26f4447a601f463a441b3513cd078c1b0532367c.zip binutils-26f4447a601f463a441b3513cd078c1b0532367c.tar.gz binutils-26f4447a601f463a441b3513cd078c1b0532367c.tar.bz2 |
Some Vax and VMS bug fixes from Pat Rankin.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4a7f398..49ad594 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +Tue Sep 13 21:15:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + VMS- and Vax-related changes from Pat Rankin: + * Makefile.in (VMS_OTHER_OBJS): add concat, getopt, and getopt1. + * vmsconf.sh: no longer have make-gas.com echo text about needing + to modify the gcc-vms driver when intending to use with gcc 1.x. + * as.c (parse_options): suppress 'v' from std_short_options and + eliminate VMS-specific conditional initialization; + [default case]: check for '-v' if md_parse_options doesn't recognize + an option; + [default case, #if VMS]: check for filename argument when '-v' seen; + [case 'v']: delete. + * config/tc-vax.c (md_assemble): don't rely on `this_add_number' + for O_big literal operands (double floats and long long ints); + [VMS, md_shortopts]: add second colon after 'v'; + (md_parse_options) [VMS, case 'v']: check for argument, so + caller can handle `-v' w/o arg. + Tue Sep 13 16:45:08 1994 Steve Chamberlain (sac@jonny.cygnus.com) * config/obj-coff.c (do_relocs_for): If TC_KEEP_FX_OFFSET |