diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-06-09 21:16:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-06-09 21:16:07 +0000 |
commit | 3c650d09e80e86d75d54468cd5ae917008498b85 (patch) | |
tree | c1ab4a0403dbb2326bc31f181e4ea0880c196f17 /gas/ChangeLog | |
parent | 9f28686c2bc3d2c0bd09283e7aa27c887ddb187e (diff) | |
download | gdb-3c650d09e80e86d75d54468cd5ae917008498b85.zip gdb-3c650d09e80e86d75d54468cd5ae917008498b85.tar.gz gdb-3c650d09e80e86d75d54468cd5ae917008498b85.tar.bz2 |
vms cleanup, fixes from Pat Rankin
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4a543b4..a91985e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Thu 8 Jun 19:33:02 1995 Pat Rankin (rankin@eql.caltech.edu) + + * config/obj-vms.c (myname): Delete all references. + (VMS_stab_parse, Write_VMS_MHD_Records, VMS_Case_Hack_Symbol): + Replace printf calls with as_tsktsk. + (PUT_LONG, PUT_SHORT): Use COPY_LONG, COPY_SHORT. + (VMS_Store_Immediate_Data): Move second buffer capacity check + below bottom of loop; first check at top suffices for loop itself. + (find_file): Remove redundant pointer checks in first two loops; + replace third loop with pointer to last list element determined + in first loop. + start-sanitize-arc Thu Jun 8 11:44:35 1995 Doug Evans <dje@chestnut.cygnus.com> |