diff options
author | Jeff Law <law@redhat.com> | 1994-11-16 23:40:44 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-16 23:40:44 +0000 |
commit | 15ec1d5c970d4e6af63f56744a53c45cfcf18d06 (patch) | |
tree | 54ca808b6f601ee21542720e3676072fa7c4275d /ld | |
parent | 0eac27b9281ec7ffa9f973100cb4a674a9b74019 (diff) | |
download | gdb-15ec1d5c970d4e6af63f56744a53c45cfcf18d06.zip gdb-15ec1d5c970d4e6af63f56744a53c45cfcf18d06.tar.gz gdb-15ec1d5c970d4e6af63f56744a53c45cfcf18d06.tar.bz2 |
* scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
address.
(.data, .bss): If "-N", then place the data/bss just after the end
of the .text section rather than at the default 0x40000000.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e15b2f3..062a1b3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ Wed Nov 16 10:03:03 1994 Jeff Law (law@snake.cs.utah.edu) + * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start + address. + (.data, .bss): If "-N", then place the data/bss just after the end + of the .text section rather than at the default 0x40000000. + * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the text segment. |