aboutsummaryrefslogtreecommitdiff
path: root/ld/ldgldUr.script
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-08-01 23:29:23 +0000
committerSteve Chamberlain <steve@cygnus>1991-08-01 23:29:23 +0000
commit8101605119976f94d00db43a2d78d7fb341a7680 (patch)
tree1324aef60dc521be88fa9db8a3713b49e83d1ead /ld/ldgldUr.script
parent812df84bc9a1e56f09663dc70a2725a643525d1d (diff)
downloadgdb-8101605119976f94d00db43a2d78d7fb341a7680.zip
gdb-8101605119976f94d00db43a2d78d7fb341a7680.tar.gz
gdb-8101605119976f94d00db43a2d78d7fb341a7680.tar.bz2
Added new keyword 'CONSTRUCTORS'
Added N_WARNING handling Added N_INDR handling
Diffstat (limited to 'ld/ldgldUr.script')
-rwxr-xr-xld/ldgldUr.script9
1 files changed, 1 insertions, 8 deletions
diff --git a/ld/ldgldUr.script b/ld/ldgldUr.script
index 3871454..e7d9b44 100755
--- a/ld/ldgldUr.script
+++ b/ld/ldgldUr.script
@@ -12,14 +12,7 @@ SECTIONS
.data SIZEOF(.text) + ADDR(.text) :
{
*(.data)
- ___DTOR_LIST__ = . ;
- LONG((___CTOR_LIST__ - .) / 4 -2)
- *(___DTOR_LIST__)
- LONG(0)
- ___CTOR_LIST__ = . ;
- LONG((___end_list__ - .) / 4 -2)
- *(___CTOR_LIST__)
- LONG(0)
+ CONSTRUCTORS
___end_list__ = . ;
}
.bss SIZEOF(.data) + ADDR(.data) :