diff options
author | John Healy <jhealy@redhat.com> | 2001-07-06 19:09:23 +0000 |
---|---|---|
committer | John Healy <jhealy@redhat.com> | 2001-07-06 19:09:23 +0000 |
commit | 002de68b31ef4c555e876fa30d1d154bc60d8e45 (patch) | |
tree | b24a69f301bd41372d7959a1020c61b8c095a4c9 /gas/ChangeLog | |
parent | b1aeb4c5a3e17984e4333b45608293ba06ee8085 (diff) | |
download | gdb-002de68b31ef4c555e876fa30d1d154bc60d8e45.zip gdb-002de68b31ef4c555e876fa30d1d154bc60d8e45.tar.gz gdb-002de68b31ef4c555e876fa30d1d154bc60d8e45.tar.bz2 |
2001-07-06 John Healy <jhealy@redhat.com>
* cgen.c (gas_cgen_save_fixups): Modified to allow more than one
set of fixups to be stored.
(gas_cgen_restore_fixups): Modified to allow the fixup chain to be
restored to be chosen from any that are saved.
(gas_cgen_swap_fixups): Modified to allow the current set of
fixups to be swapped with any other set that has been saved.
(gas_cgen_initialize_saved_fixups_array): New routine.
* cgen.h: Modifed prototypes for gas_cgen_save_fixups,
gas_cgen_restore_fixups, and gas_cgen_swap_fixups. Added definitions
or MAX_SAVED_FIXUP_CHAINS.
* config/tc-m32r.c (assemble_two_insns): Changed calls to fixup
store, swap and restore fuctions to reflect the new interface.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d5d4c18..7af747b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +2001-07-06 John Healy <jhealy@redhat.com> + + * cgen.c (gas_cgen_save_fixups): Modified to allow more than one + set of fixups to be stored. + (gas_cgen_restore_fixups): Modified to allow the fixup chain to be + restored to be chosen from any that are saved. + (gas_cgen_swap_fixups): Modified to allow the current set of + fixups to be swapped with any other set that has been saved. + (gas_cgen_initialize_saved_fixups_array): New routine. + * cgen.h: Modifed prototypes for gas_cgen_save_fixups, + gas_cgen_restore_fixups, and gas_cgen_swap_fixups. Added definitions + or MAX_SAVED_FIXUP_CHAINS. + * config/tc-m32r.c (assemble_two_insns): Changed calls to fixup + store, swap and restore fuctions to reflect the new interface. + 2001-07-06 Nick Clifton <nickc@cambridge.redhat.com> * config/tc-m68k.c (md_estimate_size_before_relax): Catch and |