aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-01-23 19:22:52 +0000
committerIan Lance Taylor <ian@airs.com>1995-01-23 19:22:52 +0000
commit9cc7c60b405e33a3ad25d3701c980191daf486a5 (patch)
tree52d1c4f98fe4c2d74f1c5902067756d4008c79c2 /gas/ChangeLog
parenteb10ff23af348b92f5f50fc0e4744da84d87a140 (diff)
downloadgdb-9cc7c60b405e33a3ad25d3701c980191daf486a5.zip
gdb-9cc7c60b405e33a3ad25d3701c980191daf486a5.tar.gz
gdb-9cc7c60b405e33a3ad25d3701c980191daf486a5.tar.bz2
* config/tc-sh.h (tc_init_after_args): Don't define.
* config/tc-sh.c (md_begin): Remove unused variable table. (md_assemble): Remove unused variable p. (md_convert_frag): Cast fr_address to unsigned long for printf. (md_apply_fix): Use as_warn_where rather than as_warn. (sh_init_after_args): Remove empty function.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ac37c41..c7f5bbe 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
Mon Jan 23 14:07:58 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
+ * config/tc-sh.h (tc_init_after_args): Don't define.
+ * config/tc-sh.c (md_begin): Remove unused variable table.
+ (md_assemble): Remove unused variable p.
+ (md_convert_frag): Cast fr_address to unsigned long for printf.
+ (md_apply_fix): Use as_warn_where rather than as_warn.
+ (sh_init_after_args): Remove empty function.
+
* configure.in (i386-*-gnu*elf*): New target.
Sat Jan 21 19:02:23 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>