diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-08-28 22:01:11 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-08-28 22:01:11 +0000 |
commit | c72aa0e23de22618f2fa5e16cc7cded0d90c74b9 (patch) | |
tree | 9d2c6e07f881d3c7074e7a5eb955d64d8e61ffbc /gas | |
parent | 65ad84c14e9ac1eceb4c3783efb1c411253e20d3 (diff) | |
download | gdb-c72aa0e23de22618f2fa5e16cc7cded0d90c74b9.zip gdb-c72aa0e23de22618f2fa5e16cc7cded0d90c74b9.tar.gz gdb-c72aa0e23de22618f2fa5e16cc7cded0d90c74b9.tar.bz2 |
Removed pcrel_adjust and bsr arguments from calling interface of
frag_variant, since they're only used on one machine. Let that machine
deal with them specially.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4bb7bfe..c8f749a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ Sun Aug 28 13:22:52 1994 Ken Raeburn (raeburn@rtl.cygnus.com) + * frags.c (frag_variant): Removed PCREL_ADJUST and BSR arguments. + Always initialize them to zero. + * frags.h (frag_variant): Fixed prototype. + * config/tc-i960.c (get_cdisp): Don't pass the extra zero args. + * config/tc-ns32k.c (convert_iif): Don't pass the arguments; cache + the value of frag_now and fill in the fields later. + * Makefile.in (distclean, realclean): Remove new configure-generated files. |