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.
This commit is contained in:
Jeff Johnston
2002-11-07 00:25:57 +00:00
parent c27382bdbe
commit 5b30331167
9 changed files with 76 additions and 23 deletions

View File

@@ -4,5 +4,5 @@
-T redboot.ld%s -Ttext 0x20000 %(old_link)
*startfile:
crti%O%s crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s
crti%O%s crtbegin%O%s %{!pg:redboot-crt0%O%s} %{pg:redboot-crt0%O%s} redboot-syscalls%O%s