aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-28 16:41:31 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-28 16:41:31 +0000
commitb4f9d9bc42f1be565c226b99fb0740f332dcc0c1 (patch)
treefb52189b21860e5567ee6f325718e3e4659dd2de /ld
parenta43308b283ef04a0795db045a8bdd77911cff934 (diff)
downloadgdb-b4f9d9bc42f1be565c226b99fb0740f332dcc0c1.zip
gdb-b4f9d9bc42f1be565c226b99fb0740f332dcc0c1.tar.gz
gdb-b4f9d9bc42f1be565c226b99fb0740f332dcc0c1.tar.bz2
mention creating SunOS shared libraries
Diffstat (limited to 'ld')
-rw-r--r--ld/NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 93271e6..7eb77a6 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -11,10 +11,20 @@ beginning and the end of the section. This is used by glibc.
contents of the section are displayed as an error message, and the section is
not copied into the output file. This is used by glibc.
+* When an ELF section named .gnu.warning.SYMBOL is encountered in an input
+file, and the symbol SYMBOL is referenced by some object file, the contents of
+the section are displayed as an error message. The section is not copied into
+the output file, unless doing a relocateable or shared link. This is used by
+glibc.
+
* New options -split-by-reloc and -split-by-file.
-* The linker now supports linking PIC compiled code on SPARC SunOS. It still
-can not create SunOS shared libraries.
+* The linker now supports linking PIC compiled code on SPARC SunOS. It can
+also create SPARC SunOS shared libraries. The native SunOS linker will do this
+when linking code which has an undefined symbol, but the GNU linker requires
+the -shared option. For convenience when used with gcc -shared, the GNU linker
+will also create a shared library when given the -assert pure-text option,
+although this is not really what -assert pure-text should mean.
* The COFF linker now combines debugging information for structs, unions, and
enums, so that even if the same type is defined in multiple input files it will