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:
authorPaul Brook <paul@codesourcery.com>2006-10-02 01:05:23 +0400
committerPaul Brook <paul@codesourcery.com>2006-10-02 01:05:23 +0400
commit92859c43ce9afb1ee0c5c8e0d2ab92276d4afc70 (patch)
treecd287b90dd2c444282a0a1477294d370252d8cff
parent9b75eb2c2119cf29d401cc9eb7735553df2da4b1 (diff)
* libgloss/ arm/arm.sc: Add all .ARM.extab* sections.
-rw-r--r--ChangeLog.csl5
-rw-r--r--libgloss/arm/arm.sc2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index bd3266867..ffcb18341 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-10-01 Paul Brook <paul@codesourcery.com>
+
+ * libgloss/
+ arm/arm.sc: Add all .ARM.extab* sections.
+
2006-09-29 Nathan Sidwell <nathan@codesourcery.com>
libgloss/
diff --git a/libgloss/arm/arm.sc b/libgloss/arm/arm.sc
index 144257119..ef606c538 100644
--- a/libgloss/arm/arm.sc
+++ b/libgloss/arm/arm.sc
@@ -51,7 +51,7 @@ SECTIONS
*(.rodata .rodata.* .gnu.linkonce.r.*)
- *(.ARM.extab .gnu.linkonce.armextab.*)
+ *(.ARM.extab* .gnu.linkonce.armextab.*)
*(.gcc_except_table)
*(.eh_frame_hdr)
*(.eh_frame)