Mail Archives: djgpp-workers/2002/12/10/14:52:12
Hello,
I've been offline a few days because of a bad ice storm, so excuse me if someone else has noticed
that djgpp.djl is out of sync with the linker script in binutils 2.13.1. Any objections? And could someone
tell me again why we still have a djgpp.djl?
Index: djgpp/lib/djgpp.djl
===================================================================
RCS file: /cvs/djgpp/djgpp/lib/djgpp.djl,v
retrieving revision 1.7
diff -c -p -r1.7 djgpp.djl
*** djgpp/lib/djgpp.djl 15 Apr 2001 15:17:25 -0000 1.7
--- djgpp/lib/djgpp.djl 10 Dec 2002 19:46:52 -0000
*************** SECTIONS
*** 35,41 ****
{
_object.2 = . ;
. += 24 ;
! *(.bss)
*(COMMON)
end = . ;
PROVIDE(_end = .);
--- 35,41 ----
{
_object.2 = . ;
. += 24 ;
! *(.bss .bss.* .gnu.linkonce.b.*)
*(COMMON)
end = . ;
PROVIDE(_end = .);
- Raw text -