diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-11-30 18:28:38 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-11-30 18:28:38 +0000 |
commit | f204ddb8a84caa7133a20bf63a5cec8d422d52ca (patch) | |
tree | df662a289a9ecc378792a5e573a8350b65b538f7 /ld/emultempl | |
parent | 02a79b89fdeadccb67048291e6c2a1e5ce6ad623 (diff) | |
download | gdb-f204ddb8a84caa7133a20bf63a5cec8d422d52ca.zip gdb-f204ddb8a84caa7133a20bf63a5cec8d422d52ca.tar.gz gdb-f204ddb8a84caa7133a20bf63a5cec8d422d52ca.tar.bz2 |
* scripttempl/epiphany_4x4.sc, emulparams/elf32epiphany_4x4.sh: Add.
* emultempl/epiphanyelf_4x4.em: Likewise.
* configure.tgt: Add elf32epiphany_4x4 support.
* Makefile.am: Likewise.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/epiphanyelf_4x4.em | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ld/emultempl/epiphanyelf_4x4.em b/ld/emultempl/epiphanyelf_4x4.em new file mode 100644 index 0000000..9f913ea --- /dev/null +++ b/ld/emultempl/epiphanyelf_4x4.em @@ -0,0 +1,32 @@ +# This shell script emits a C file. -*- C -*- +# Copyright 1991, 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +# 2004, 2005, 2007, 2008 +# Free Software Foundation, Inc. +# +# This file is part of the GNU Binutils. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, +# MA 02110-1301, USA. +# + +# This file is sourced from elf32.em, and defines extra epiphany-elf +# specific routines. +# + +fragment <<EOF + + +EOF + |