* som.c (som_object_setup): Do not create dummy ".text", ".data",
authorJeff Law <law@redhat.com>
Mon, 15 Nov 1993 08:43:36 +0000 (08:43 +0000)
committerJeff Law <law@redhat.com>
Mon, 15 Nov 1993 08:43:36 +0000 (08:43 +0000)
and ".bss" sections.
(setup_sections): Do not set SEC_HAS_CONTENTS if a section's size
is zero.  Recognize BSS type sections and turn off SEC_LOAD and
SEC_DATA (so binutils/size works).  Set the correct value for
a section's _raw_size.
(som_slurp_symbol_table): Program entry points, and millicode are
also functions.  Mark them as such.  Also mark L$* symbols as
debugging symbols.

bfd/ChangeLog

index 49c41611e1cb060b10db98735ea1a987def47c9d..d703407832f1813c899814296ed84fa9b5f36620 100644 (file)
@@ -1,5 +1,15 @@
 Sun Nov 14 23:33:01 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
+       * som.c (som_object_setup): Do not create dummy ".text", ".data",
+       and ".bss" sections.
+       (setup_sections): Do not set SEC_HAS_CONTENTS if a section's size
+       is zero.  Recognize BSS type sections and turn off SEC_LOAD and
+       SEC_DATA (so binutils/size works).  Set the correct value for
+       a section's _raw_size.
+       (som_slurp_symbol_table): Program entry points, and millicode are
+       also functions.  Mark them as such.  Also mark L$* symbols as
+       debugging symbols.
+
        * bfd-in2.h: Rebuilt.
 
 Sat Nov 13 15:27:15 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)