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-09-11 21:58:46 +0400
committerPaul Brook <paul@codesourcery.com>2006-09-11 21:58:46 +0400
commit11d4e97923c1d24d5342acea8cb6b392a1229ee2 (patch)
treebd116d47210cefa0e033e7109a86d4af8299cd67
parent51cecb1579452e7dc701afd02741adb5d3f95cb7 (diff)
2006-09-11 Paul Brook <paul@codesourcery.com>newlib-csl-sourcerygxx-4_1-19newlib-csl-arm-2006q3-19
libgloss/ * arm/arm.sc: Add .jcr.
-rw-r--r--ChangeLog.csl5
-rw-r--r--libgloss/arm/arm.sc1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 5251e4f5c..9ce5ed6b5 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-09-11 Paul Brook <paul@codesourcery.com>
+
+ libgloss/
+ * arm/arm.sc: Add .jcr.
+
2006-09-11 Daniel Jacobowitz <dan@codesourcery.com>
libgloss/
diff --git a/libgloss/arm/arm.sc b/libgloss/arm/arm.sc
index 140192148..0294483d9 100644
--- a/libgloss/arm/arm.sc
+++ b/libgloss/arm/arm.sc
@@ -83,6 +83,7 @@ SECTIONS
{
__data_load = LOADADDR (.data);
__data_start = .;
+ KEEP(*(.jcr))
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)