Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gas Re-add TARGET_SYMBOL_FIELDS until thi...



details:   https://anonhg.NetBSD.org/src/rev/dd24a622eaaf
branches:  trunk
changeset: 496409:dd24a622eaaf
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Aug 22 17:39:43 2000 +0000

description:
Re-add TARGET_SYMBOL_FIELDS until this is redone correctly using
TC_SYMFIELD_TYPE.

diffstat:

 gnu/dist/toolchain/gas/struc-symbol.h |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r cc312b3c32cd -r dd24a622eaaf gnu/dist/toolchain/gas/struc-symbol.h
--- a/gnu/dist/toolchain/gas/struc-symbol.h     Tue Aug 22 17:38:49 2000 +0000
+++ b/gnu/dist/toolchain/gas/struc-symbol.h     Tue Aug 22 17:39:43 2000 +0000
@@ -88,6 +88,10 @@
 #ifdef TC_SYMFIELD_TYPE
   TC_SYMFIELD_TYPE sy_tc;
 #endif
+
+#ifdef TARGET_SYMBOL_FIELDS
+  TARGET_SYMBOL_FIELDS
+#endif
 };
 
 #ifdef BFD_ASSEMBLER



Home | Main Index | Thread Index | Old Index