diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-22 15:31:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-22 15:31:03 +0000 |
commit | 87dd0a93363b860a60ad29c832091eda44cd5977 (patch) | |
tree | c85e82f0bd27ee07f3d39a0a675cede29debc4f6 /gas | |
parent | d8831024480595b93fa9c54f87478cf29f6a7508 (diff) | |
download | gdb-87dd0a93363b860a60ad29c832091eda44cd5977.zip gdb-87dd0a93363b860a60ad29c832091eda44cd5977.tar.gz gdb-87dd0a93363b860a60ad29c832091eda44cd5977.tar.bz2 |
* obj.h (struct format_ops): Add frob_file_after_relocs field.
* config/obj-multi.h (obj_frob_file_after_relocs): Define.
* config/obj-ecoff.c (ecoff_format_ops): Initialize new
frob_file_after_relocs field.
* config/obj-elf.c (elf_format_ops): Likewise.
* config/tc-mips.c: Undefine obj_frob_file_after_relocs before
including obj-elf.h.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4f6b772..237e664 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com> + + * obj.h (struct format_ops): Add frob_file_after_relocs field. + * config/obj-multi.h (obj_frob_file_after_relocs): Define. + * config/obj-ecoff.c (ecoff_format_ops): Initialize new + frob_file_after_relocs field. + * config/obj-elf.c (elf_format_ops): Likewise. + * config/tc-mips.c: Undefine obj_frob_file_after_relocs before + including obj-elf.h. + Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc |