aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-01-13 21:34:15 +0000
committerKen Raeburn <raeburn@cygnus>1994-01-13 21:34:15 +0000
commitd211303dc02fcdafb1d58819d58c2de90f03e070 (patch)
treec8b62c3c6d7b5374e07d8417c7747c69d6f6b3b5 /gas
parentacf6404e0b76930e6f3c371149c09dd5aa9a6dcc (diff)
downloadgdb-d211303dc02fcdafb1d58819d58c2de90f03e070.zip
gdb-d211303dc02fcdafb1d58819d58c2de90f03e070.tar.gz
gdb-d211303dc02fcdafb1d58819d58c2de90f03e070.tar.bz2
Changes for i960_validate_fix, i386-netbsd* configs, BFDDEF handling, literal
pool offset bugs, config.h handling.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 66b0f3e..18a5ac0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,28 @@
+Thu Jan 13 16:15:15 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * config/tc-i960.c (i960_validate_fix): Added argument
+ add_symbolPP. Indirect through it to get "add_symbolP".
+ * config/tc-i960.h (i960_validate_fix): Supply prototype.
+ (TC_VALIDATE_FIX): Pass address of add_symbolP.
+
+ * configure.in (i386-*-netbsd*): New target, using te-netbsd.h.
+ (i386-*-netbsd0.8): New target, like 386bsd.
+
+ * configure.in: Set BFDDEF in Makefile to "define" or "undef".
+ * Makefile.in (config.h): Protect against multiple inclusions.
+ Define or undef BFD_ASSEMBLER as specified by $(BFDDEF).
+ (ALL_CFLAGS): Omit $(BFDDEF).
+ * as.h: Include config.h.
+ (struct symbol): Added forward declaration.
+ (add_to_literal_pool): Fix declaration.
+
+ * literal.c (add_to_literal_pool): Take symbol and addend as
+ arguments, instead of expression, for now. Fix calculation of
+ offset to return.
+
+ * subsegs.h (segment_info_type) [NEED_LITERAL_POOL]: Add field
+ literal_pool_size.
+
Thu Jan 13 12:14:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu
* subsegs.c (subseg_get): Accept new argument "force_new". If