diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-03-11 23:13:37 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-03-11 23:13:37 +0000 |
commit | 63ca2e81fd51e87074b4294789c3bb4253b3be6b (patch) | |
tree | 717785c38e1067fd99195151f35809ad94bd4ac9 /gas | |
parent | 7d5366dd28a9be451594bd83de3d521fe29a55cf (diff) | |
download | gdb-63ca2e81fd51e87074b4294789c3bb4253b3be6b.zip gdb-63ca2e81fd51e87074b4294789c3bb4253b3be6b.tar.gz gdb-63ca2e81fd51e87074b4294789c3bb4253b3be6b.tar.bz2 |
Some alpha-ecoff and vax-vms related changes.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ad77a7..e36b950 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +Fri Mar 11 17:42:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * config/obj-vms.c (Close_VMS_Object_File): Add comment pointing + out some code that doesn't belong in this file. + + * config/obj-vms.h: Include aout/stab_gnu.h. + (N_GSYM, ..., N_LENG): Deleted. + (NO_RELOC): Undefine before defining as part of enum reloc_type. + + * config/tc-alpha.c: Add comment questioning need for all the + characters in FLT_CHARS. + + * as.c (main) [OBJ_VMS]: Don't call output_file_close. + + * config/obj-ecoff.c (ecoff_frob_file): Set strict order for + sections with recognized names, before computing VMA values. + Fri Mar 11 17:56:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * config/tc-mips.c (mips_ip): Accept numbers between 0x8000 and |