diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-10 20:54:28 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-10 20:54:28 +0000 |
commit | b7d900937145f453f717072f58f488c75e93cc38 (patch) | |
tree | 51ce9666253ac67000d17cf0bf97fabba94117b3 /binutils | |
parent | 4c0322704fe60b6269ab19fe234d9b43cc35dc37 (diff) | |
download | gdb-b7d900937145f453f717072f58f488c75e93cc38.zip gdb-b7d900937145f453f717072f58f488c75e93cc38.tar.gz gdb-b7d900937145f453f717072f58f488c75e93cc38.tar.bz2 |
* nlmconv.c (link_inputs): Pass -Ur flag to ld so that the
ctor/dtor tables needed by C++ programs are built.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3bf4d8f..40e9eec 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 10 13:50:30 1994 J.T. Conklin (jtc@rtl.cygnus.com) + + * nlmconv.c (link_inputs): Pass -Ur flag to ld so that the + ctor/dtor tables needed by C++ programs are built. + Sun Oct 9 18:04:00 1994 Jim Wilson (wilson@sphagnum.cygnus.com) * Makefile.in (srconv.o): Add dependence on sysroff.c. |