From 8a2cdc6278bd8478f2cfac2d90683dbda1789898 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 14 Sep 1994 21:44:35 +0000 Subject: * som.h (som_symbol_type): Add "stringtab_offset" field. * som.c (som_write_symbol_strings): Use "stringtab_offset" rather than destroying the "name" field in the BFD symbol. (som_build_and_write_symbol_table): Likewise. --- bfd/som.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/som.h') diff --git a/bfd/som.h b/bfd/som.h index 196cb9c..99b777d 100644 --- a/bfd/som.h +++ b/bfd/som.h @@ -64,6 +64,10 @@ typedef struct som_symbol the symbols from most used to least used we can significantly reduce the size of the relocation stream for incomplete objects. */ int reloc_count; + + /* During object file writing, the offset of the name of this symbol + in the SOM string table. */ + int stringtab_offset; } som_symbol_type; -- cgit v1.1