projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6812f0e
)
Took out the c++ support
author
Steve Chamberlain
<steve@cygnus>
Tue, 7 May 1991 19:16:52 +0000
(19:16 +0000)
committer
Steve Chamberlain
<steve@cygnus>
Tue, 7 May 1991 19:16:52 +0000
(19:16 +0000)
ld/ld-gld.script
patch
|
blob
|
history
diff --git
a/ld/ld-gld.script
b/ld/ld-gld.script
index 28925de64267da8ad48644d65e8615056b82fcce..a14fed3857f15ef5d606b679dfad3e19363dbdab 100755
(executable)
--- a/
ld/ld-gld.script
+++ b/
ld/ld-gld.script
@@
-15,14
+15,6
@@
SECTIONS
.data ALIGN(0x2000) :
{
*(.data)
- ___DTOR_LIST__ = . ;
- LONG((___CTOR_LIST__ - .) / 4 -2)
- *(___DTOR_LIST__)
- LONG(0)
- ___CTOR_LIST__ = . ;
- LONG((_edata - .) / 4 -2)
- *(___CTOR_LIST__)
- LONG(0)
_edata = .;
}
.bss SIZEOF(.data) + ADDR(.data) :