diff options
author | Jeff Law <law@redhat.com> | 1994-04-18 21:28:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-04-18 21:28:01 +0000 |
commit | 694787005c120bdccfedefcf00187036009ca964 (patch) | |
tree | abd059e7234382ce62d9931fa616ae0c48058242 | |
parent | be78eb1ab19f8be94e32cbce2031d3c70e726f52 (diff) | |
download | gdb-694787005c120bdccfedefcf00187036009ca964.zip gdb-694787005c120bdccfedefcf00187036009ca964.tar.gz gdb-694787005c120bdccfedefcf00187036009ca964.tar.bz2 |
* som.c (som_prep_headers): Get the space's number from the
backend private section data rather than target_index.
(bfd_som_set_section_attributes): Store the space's number
in the backend private section data rather than target_index.
* som.h (som_copyable_section_data_struct): Add space_number.
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d803df2..c8f8c18 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 18 14:27:17 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * som.c (som_prep_headers): Get the space's number from the + backend private section data rather than target_index. + (bfd_som_set_section_attributes): Store the space's number + in the backend private section data rather than target_index. + + * som.h (som_copyable_section_data_struct): Add space_number. + Fri Apr 15 12:22:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * coff-a29k.c (reloc_processing): Always set the address of a |