diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-11-01 18:44:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-11-01 18:44:14 +0000 |
commit | 9af40217729f59c8a56a52cd8131130352ce6b92 (patch) | |
tree | 41875f4535c45781134f47d729a541decdb8807b /gas | |
parent | 1b6263fa2e33130056c79c7fae0d31e6d42c0060 (diff) | |
download | gdb-9af40217729f59c8a56a52cd8131130352ce6b92.zip gdb-9af40217729f59c8a56a52cd8131130352ce6b92.tar.gz gdb-9af40217729f59c8a56a52cd8131130352ce6b92.tar.bz2 |
* config/tc-alpha.c: Change uses of void * to PTR. Change the
alpha_macro emit field to expect a const argument, and change the
arg field to be const. Fix some spacing to follow the GNU
standard.
Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
* config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
(pca56) and 21264 (ev6) cpus.
(md_apply_fix): Private relocation types are now negative.
(alpha_force_relocation): Likewise.
(tc_gen_reloc): Likewise.
(emit_insn): Likewise.
(emit_ldXu): Do the right thing when the hardware can do byte insns.
(emit_stX): Likewise.
(emit_sextX): Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4a8cff7..fa8e847 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-alpha.c: Change uses of void * to PTR. Change the + alpha_macro emit field to expect a const argument, and change the + arg field to be const. Fix some spacing to follow the GNU + standard. + +Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu> + + * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc + (pca56) and 21264 (ev6) cpus. + (md_apply_fix): Private relocation types are now negative. + (alpha_force_relocation): Likewise. + (tc_gen_reloc): Likewise. + (emit_insn): Likewise. + (emit_ldXu): Do the right thing when the hardware can do byte insns. + (emit_stX): Likewise. + (emit_sextX): Likewise. + Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com> * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on |