diff options
author | David S. Miller <davem@redhat.com> | 2008-04-15 05:16:51 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2008-04-15 05:16:51 +0000 |
commit | f5314dd53d7007f2f04c12661c71512cfa292c9d (patch) | |
tree | c62da51ebebd73b3e06ce1759ef1b9d3febed549 /gold/po/POTFILES.in | |
parent | 0297aed676b5ec1c7cd9d2085cd4a00b8673392b (diff) | |
download | gdb-f5314dd53d7007f2f04c12661c71512cfa292c9d.zip gdb-f5314dd53d7007f2f04c12661c71512cfa292c9d.tar.gz gdb-f5314dd53d7007f2f04c12661c71512cfa292c9d.tar.bz2 |
toplevel/
* configure.ac: Add sparc*-*-* to gold supported targets.
* configure: Regenerate.
gold/
* sparc.cc: New file.
* Makefile.am (TARGETSOURCES): Add sparc.cc
(ALL_TARGETOBJS): Add sparc.$(OBJEXT)
* configure.tgt: Document targ_extra_size and
targ_extra_big_endian. Add entries for sparc-* and
sparc64-*.
* configure.ac: Handle targ_extra_size and
targ_extra_big_endian.
* Makefile.in: Rebuild.
* configure: Likewise.
* po/POTFILES.in: Likewise.
* po/gold.pot: Likewise.
Diffstat (limited to 'gold/po/POTFILES.in')
-rw-r--r-- | gold/po/POTFILES.in | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gold/po/POTFILES.in b/gold/po/POTFILES.in index 67b4293..3776c86 100644 --- a/gold/po/POTFILES.in +++ b/gold/po/POTFILES.in @@ -21,10 +21,10 @@ errors.h expression.cc fileread.cc fileread.h -gold.cc -gold.h gold-threads.cc gold-threads.h +gold.cc +gold.h i386.cc layout.cc layout.h @@ -40,28 +40,29 @@ parameters.cc parameters.h readsyms.cc readsyms.h +reloc-types.h reloc.cc reloc.h -reloc-types.h resolve.cc -script.cc script-c.h -script.h script-sections.cc script-sections.h +script.cc +script.h +sparc.cc stringpool.cc stringpool.h symtab.cc symtab.h -target.h target-reloc.h target-select.cc target-select.h +target.h tls.h token.h version.cc -workqueue.cc -workqueue.h workqueue-internal.h workqueue-threads.cc +workqueue.cc +workqueue.h x86_64.cc |