diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-26 08:58:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-26 08:58:16 +0000 |
commit | 45d3b878abeec9aba15bde906804909c480fbb6f (patch) | |
tree | 5495ada8b691a9d71890c8080fae678f0caee051 /ld/emultempl/spu_ovl.S | |
parent | 56b60c14ab85dadc5eef8af7dcbd5132b69b67eb (diff) | |
download | gdb-45d3b878abeec9aba15bde906804909c480fbb6f.zip gdb-45d3b878abeec9aba15bde906804909c480fbb6f.tar.gz gdb-45d3b878abeec9aba15bde906804909c480fbb6f.tar.bz2 |
* emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
to _binary_spu_ovl_o_start.
(_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
(spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
* emultempl/spu_inc.s: Rename symbols.
* emultempl/spu_none.s: New file.
* emultempl/spu_ovl.S: Update copyright.
* Makefile.am (spu_inc.o): Try building with ld -r first, then
gas incbin, then build without overlay manager.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/emultempl/spu_ovl.S')
-rw-r--r-- | ld/emultempl/spu_ovl.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/spu_ovl.S b/ld/emultempl/spu_ovl.S index 3af4fd8..53d82a4 100644 --- a/ld/emultempl/spu_ovl.S +++ b/ld/emultempl/spu_ovl.S @@ -1,6 +1,6 @@ /* Overlay manager for SPU. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. |