* scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
authorJeff Law <law@redhat.com>
Wed, 16 Nov 1994 23:40:44 +0000 (23:40 +0000)
committerJeff Law <law@redhat.com>
Wed, 16 Nov 1994 23:40:44 +0000 (23:40 +0000)
address.
(.data, .bss): If "-N", then place the data/bss just after the end
of the .text section rather than at the default 0x40000000.

ld/ChangeLog

index e15b2f3c9ae5170a57126b39c9b44c88f54b7f4e..062a1b3d52735c6b495aa0aba568e85c27a7e330 100644 (file)
@@ -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.