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:
authorJeff Johnston <jjohnstn@redhat.com>2002-11-07 03:25:57 +0300
committerJeff Johnston <jjohnstn@redhat.com>2002-11-07 03:25:57 +0300
commit5b30331167ffba6aef06fb3ad9685b792af816ce (patch)
treebac6dd1994bdbeb501ed9d049c4504e01ec63c4f /libgloss/arm/coff-pid.specs
parentc27382bdbeb9ac583b77c148239ccd011b663c50 (diff)
2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
* arm/Makefile.in: Add support for new pid specs. * arm/coff-iq80310.specs: Change to allow future support. * arm/elf-iq80310.specs: Ditto. * arm/elf-redboot.specs: Ditto. * arm/coff-redboot.ld: Add EH frame support. * arm/redboot-crt0.S: Add optional code to clear bss without memset. * arm/coff-pid.specs: New file. * arm/elf-pid.specs: New file.
Diffstat (limited to 'libgloss/arm/coff-pid.specs')
-rw-r--r--libgloss/arm/coff-pid.specs8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgloss/arm/coff-pid.specs b/libgloss/arm/coff-pid.specs
new file mode 100644
index 000000000..61bec3e1e
--- /dev/null
+++ b/libgloss/arm/coff-pid.specs
@@ -0,0 +1,8 @@
+%rename link old_link
+
+*link:
+-T redboot.ld%s -Ttext 0x10000 %(old_link)
+
+*startfile:
+redboot-crt0%O%s redboot-syscalls%O%s
+