From d211303dc02fcdafb1d58819d58c2de90f03e070 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 13 Jan 1994 21:34:15 +0000 Subject: [PATCH] Changes for i960_validate_fix, i386-netbsd* configs, BFDDEF handling, literal pool offset bugs, config.h handling. --- gas/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 66b0f3e774c..18a5ac09f68 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 -- 2.30.2