aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-15 08:43:36 +0000
committerJeff Law <law@redhat.com>1993-11-15 08:43:36 +0000
commit3be544982d18a7a4bd136fd80370086956672fd8 (patch)
treee848f1a316e0adb404609fed48c7f161595dfb50
parentdb98e4d85ea1685bbe1662eecdd0813275355bf6 (diff)
downloadgdb-3be544982d18a7a4bd136fd80370086956672fd8.zip
gdb-3be544982d18a7a4bd136fd80370086956672fd8.tar.gz
gdb-3be544982d18a7a4bd136fd80370086956672fd8.tar.bz2
* 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.
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 49c4161..d703407 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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)