Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2006-11-04 13:20:53 +0300
committerVladimir Prus <vladimir@codesourcery.com>2006-11-04 13:20:53 +0300
commit4b68858cb7f61bbf8aad1ab2ea33a1d4119b381d (patch)
treec20326d2a7a2ae2f2e4689f0349688e6aac122ad
parent188764964238131da9f8625cf0a576c38592e0d1 (diff)
ld/
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Don't prepend "warning" to the message. ld/testsuite * ld-elf/warn2.d: New. * ld-elf/symbol2w.s: New. * ld-elf/symbol2ref.s: New.
-rw-r--r--ChangeLog.csl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index fbb65ad8e..10dcb6e3b 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,14 @@
+2006-11-04 Vladimir Prus <vladimir@codesourcery.com>
+
+ ld/
+ * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+ Don't prepend "warning" to the message.
+
+ ld/testsuite
+ * ld-elf/warn2.d: New.
+ * ld-elf/symbol2w.s: New.
+ * ld-elf/symbol2ref.s: New.
+
2006-10-31 Mark Shinwell <shinwell@codesourcery.com>
gas/