From fd1fdba2580ad1c6149f422a57bc4c427670461b Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 9 May 1995 01:50:04 +0000 Subject: [PATCH] * subsegs.h (seg_info): Provide dummy version for non-BFD_ASSEMBLER, non-MANY_SEGMENTS configuration. It should never get invoked, but this is easier than conditionalizing some of the uses. (struct seg_info_trash): Dummy type used by above to make code compile. --- gas/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index d7297746af..52f1b7b27e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Mon May 8 21:44:13 1995 Ken Raeburn + + * subsegs.h (seg_info): Provide dummy version for + non-BFD_ASSEMBLER, non-MANY_SEGMENTS configuration. It should + never get invoked, but this is easier than conditionalizing some + of the uses. + (struct seg_info_trash): Dummy type used by above to make code + compile. + Fri May 5 14:47:13 1995 Ken Raeburn * config/obj-coff.h (SEPARATE_STAB_SECTIONS): Define to 1, not