pkgsrc/devel/binutils/PLIST.common

206 lines
6.2 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST.common,v 1.28 2018/01/01 22:29:23 rillig Exp $
2002-12-25 17:53:51 +01:00
${MACHINE_GNU_PLATFORM}/bin/ar
${MACHINE_GNU_PLATFORM}/bin/as
${MACHINE_GNU_PLATFORM}/bin/ld
${MACHINE_GNU_PLATFORM}/bin/ld.bfd
${PLIST.gold}${MACHINE_GNU_PLATFORM}/bin/ld.gold
2002-12-25 17:53:51 +01:00
${MACHINE_GNU_PLATFORM}/bin/nm
${MACHINE_GNU_PLATFORM}/bin/objcopy
Update to 2.16.1, provided by Andreas Hallmann in PR 32190. Changes in binutils: * Binutils-2.16 will be the last release for a number of targets due to lack of maintenance (of course, if maintainers step up, then this list will change!). The targets are: a29k-*-* d10v-*-* d30v-*-* dlx-*-* h8300-*-coff h8300-*-rtems* h8500-*-coff h8500-*-rtems* i370-*-* i960-*-* i960-*-bout i960-*-coff i960-*-nindy* i960-*-rtems* i960-*-vxworks* i960-*-vxworks5.* i960-*-vxworks5.0 m68k-*-coff m68k-*-hpux* m68k-*-linux*aout* m68k-*-rtemscoff* m68k-*-sunos* m68k-*-sysv* m68k-*-vxworks* m68k-apollo-* m68k-apple-aux* m68k-bull-sysv3* m68k-ericsson-ose m68k-motorola-sysv* m88k-*-* (*) mn10200-*-* openrisc-*-* or32-*-* or32-*-coff pj*-*-* sh-*-coff* sh-*-rtemscoff* tic80-*-* vax-*-bsd* (*) vax-*-netbsd* excluding vax-*-netbsdelf (*) vax-*-ultrix* (*) w65-*-* xscale-*-coff *-*-linux*aout* *-*-linux*oldld (*) bfd and opcodes support will be kept. * Add "-g/--section-groups" to readelf to display section groups. * objcopy recognizes two new options --strip-unneeded-symbol and --strip-unneeded-symbols, namely for use together with the wildcard matching the original --strip-symbol/--strip-symbols provided, but retaining any symbols matching but needed by relocations. * readelf can now display address ranges from .debug_range sections. This happens automatically when a DW_AT_range attribute is encountered. The command line switch --debug-dump=Ranges (or -wR) can also be used to display the contents of the .debug_range section. * nm and objdump now have a switch "--special-syms" to enable the displaying of symbols which the target considers to be special. By default these symbols are no longer displayed. Currently the only special symbols are the Mapping symbols used by the ARM port to mark transitions between text and data and between ARM and THUMB code. * dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional import and export symbols with <preifx> prepended to them. Changes in gas: * Redefinition of macros now results in an error. * New command line option -mhint.b=[ok|warning|error] for IA64 targets. * New command line option -munwind-check=[warning|error] for IA64 targets. * The IA64 port now uses automatic dependency violation removal as its default mode. * Port to MAXQ processor contributed by HCL Tech. * Added support for generating unwind tables for ARM ELF targets. * Add a -g command line option to generate debug information in the target's preferred debug format. * Support for the crx-elf target added. * Support for the sh-symbianelf target added. * Added a pseudo-op (.secrel32) to generate 32 bit section relative relocations on pe[i]-i386; required for this target's DWARF 2 support. * Support for Motorola MCF521x/5249/547x/548x added. * Support for ColdFire EMAC instructions added and Motorola syntax for MAC/EMAC instrucitons. * New command line option -mno-shared for MIPS ELF targets. * New command line option --alternate and pseudo-ops .altmacro and .noaltmacro added to enter (and leave) alternate macro syntax mode. Changes in ld: * Support for the R_ARM_V4BX relocation as defined in the ARM AAELF specification has been added via the --fix-v4bx command-line option. * New linker script construct AS_NEEDED(), which sets the --as-needed flag for input files listed inside of it. * A new command-line option, --sysroot, can be used to override the default sysroot location. It only applies to toolchains that were configured using --with-sysroot. * New linker script functions: ORIGIN() and LENGTH() which return information about a specified memory region. * Port to MAXQ processor contributed by HCL Tech. * Added SEGMENT_START to the linker script language to permit the user to override the base address for a segment from the command-line. * ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared object. * Added SORT_BY_NAME and SORT_BY_ALIGNMENT to the linker script language to permit sorting sections by section name or section maximum alignment. * Added a new linker command line switch, --sort-section name|alignment, to sort sections by section name or maximum alignment. * ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag should be added when a shared library comes from DT_NEEDED tags. * Support for the crx-elf target added. * Support for the sh-symbianelf target added. * A new linker command line switch has been added which allows the hash table size to be set to a suitable prime value near to its argument. This switch is --hash-size=<NUMBER>. Also if the switch --reduce-memory-overheads is used, and --hash-size has not been used, then the default value will be set to 1021. * Linker map files are now generated with an O(N) algorithm for finding symbols that are defined in each section. This uses about 40% more memory for symbols than the old O(N^2) algorithm. You can use the new --reduce-memory-overheads option to select the old algorithm; this option might also be used in the future to select similar tradeoffs.
2006-01-08 00:59:46 +01:00
${MACHINE_GNU_PLATFORM}/bin/objdump
2002-12-25 17:53:51 +01:00
${MACHINE_GNU_PLATFORM}/bin/ranlib
${MACHINE_GNU_PLATFORM}/bin/readelf
2002-12-25 17:53:51 +01:00
${MACHINE_GNU_PLATFORM}/bin/strip
${PLIST.gold}bin/gdwp
bin/gaddr2line
bin/gar
bin/gas
bin/gc++filt
${PLIST.gprof}bin/ggprof
bin/gelfedit
bin/gld
bin/gld.bfd
${PLIST.gold}bin/gld.gold
bin/gnm
bin/gobjcopy
bin/gobjdump
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
${PLIST.gprof}gnu/bin/gprof
bin/granlib
bin/greadelf
bin/gsize
bin/gstrings
bin/gstrip
gnu/bin/addr2line
gnu/bin/ar
gnu/bin/as
gnu/bin/c++filt
${PLIST.gold}gnu/bin/dwp
gnu/bin/elfedit
${PLIST.ld}gnu/bin/ld
gnu/bin/ld.bfd
${PLIST.gold}gnu/bin/ld.gold
gnu/bin/nm
gnu/bin/objcopy
gnu/bin/objdump
gnu/bin/ranlib
gnu/bin/readelf
gnu/bin/size
gnu/bin/strings
gnu/bin/strip
gnu/man/man1/addr2line.1
gnu/man/man1/ar.1
gnu/man/man1/as.1
gnu/man/man1/c++filt.1
gnu/man/man1/dlltool.1
${PLIST.gprof}gnu/man/man1/gprof.1
${PLIST.ld}gnu/man/man1/ld.1
gnu/man/man1/elfedit.1
gnu/man/man1/nlmconv.1
gnu/man/man1/nm.1
gnu/man/man1/objcopy.1
gnu/man/man1/objdump.1
gnu/man/man1/ranlib.1
gnu/man/man1/readelf.1
gnu/man/man1/size.1
gnu/man/man1/strings.1
gnu/man/man1/strip.1
gnu/man/man1/windmc.1
gnu/man/man1/windres.1
2002-12-25 17:53:51 +01:00
include/ansidecl.h
include/bfd.h
include/bfdlink.h
include/dis-asm.h
include/plugin-api.h
include/symcat.h
info/as.info
info/bfd.info
info/binutils.info
${PLIST.gprof}info/gprof.info
info/ld.info
2002-12-25 17:53:51 +01:00
lib/libbfd.la
lib/libopcodes.la
man/man1/gaddr2line.1
man/man1/gar.1
man/man1/gas.1
man/man1/gc++filt.1
man/man1/gdlltool.1
${PLIST.gprof}man/man1/ggprof.1
man/man1/gld.1
man/man1/gelfedit.1
man/man1/gnlmconv.1
man/man1/gnm.1
man/man1/gobjcopy.1
man/man1/gobjdump.1
man/man1/granlib.1
man/man1/greadelf.1
man/man1/gsize.1
man/man1/gstrings.1
man/man1/gstrip.1
man/man1/gwindmc.1
man/man1/gwindres.1
share/locale/bg/LC_MESSAGES/binutils.mo
${PLIST.gprof}share/locale/bg/LC_MESSAGES/gprof.mo
share/locale/bg/LC_MESSAGES/ld.mo
share/locale/ca/LC_MESSAGES/binutils.mo
share/locale/da/LC_MESSAGES/bfd.mo
share/locale/da/LC_MESSAGES/binutils.mo
${PLIST.gprof}share/locale/da/LC_MESSAGES/gprof.mo
share/locale/da/LC_MESSAGES/ld.mo
share/locale/da/LC_MESSAGES/opcodes.mo
${PLIST.gprof}share/locale/de/LC_MESSAGES/gprof.mo
share/locale/de/LC_MESSAGES/opcodes.mo
${PLIST.gprof}share/locale/eo/LC_MESSAGES/gprof.mo
share/locale/es/LC_MESSAGES/bfd.mo
share/locale/es/LC_MESSAGES/binutils.mo
share/locale/es/LC_MESSAGES/gas.mo
${PLIST.gold}share/locale/es/LC_MESSAGES/gold.mo
${PLIST.gprof}share/locale/es/LC_MESSAGES/gprof.mo
share/locale/es/LC_MESSAGES/ld.mo
share/locale/es/LC_MESSAGES/opcodes.mo
share/locale/fi/LC_MESSAGES/bfd.mo
share/locale/fi/LC_MESSAGES/binutils.mo
share/locale/fi/LC_MESSAGES/gas.mo
${PLIST.gold}share/locale/fi/LC_MESSAGES/gold.mo
${PLIST.gprof}share/locale/fi/LC_MESSAGES/gprof.mo
share/locale/fi/LC_MESSAGES/ld.mo
share/locale/fi/LC_MESSAGES/opcodes.mo
share/locale/fr/LC_MESSAGES/bfd.mo
share/locale/fr/LC_MESSAGES/binutils.mo
share/locale/fr/LC_MESSAGES/gas.mo
2016-02-03 19:40:18 +01:00
${PLIST.gold}share/locale/fr/LC_MESSAGES/gold.mo
${PLIST.gprof}share/locale/fr/LC_MESSAGES/gprof.mo
share/locale/fr/LC_MESSAGES/ld.mo
share/locale/fr/LC_MESSAGES/opcodes.mo
${PLIST.gprof}share/locale/ga/LC_MESSAGES/gprof.mo
share/locale/ga/LC_MESSAGES/ld.mo
share/locale/ga/LC_MESSAGES/opcodes.mo
share/locale/hr/LC_MESSAGES/binutils.mo
${PLIST.gprof}share/locale/hu/LC_MESSAGES/gprof.mo
${PLIST.gprof}share/locale/id/LC_MESSAGES/gprof.mo
share/locale/id/LC_MESSAGES/bfd.mo
share/locale/id/LC_MESSAGES/binutils.mo
share/locale/id/LC_MESSAGES/gas.mo
${PLIST.gold}share/locale/id/LC_MESSAGES/gold.mo
share/locale/id/LC_MESSAGES/ld.mo
share/locale/id/LC_MESSAGES/opcodes.mo
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
share/locale/it/LC_MESSAGES/binutils.mo
${PLIST.gprof}share/locale/it/LC_MESSAGES/gprof.mo
share/locale/it/LC_MESSAGES/ld.mo
share/locale/it/LC_MESSAGES/opcodes.mo
share/locale/ja/LC_MESSAGES/bfd.mo
share/locale/ja/LC_MESSAGES/binutils.mo
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
share/locale/ja/LC_MESSAGES/gas.mo
${PLIST.gold}share/locale/it/LC_MESSAGES/gold.mo
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
${PLIST.gprof}share/locale/ja/LC_MESSAGES/gprof.mo
share/locale/ja/LC_MESSAGES/ld.mo
${PLIST.gprof}share/locale/ms/LC_MESSAGES/gprof.mo
${PLIST.gprof}share/locale/nl/LC_MESSAGES/gprof.mo
share/locale/nl/LC_MESSAGES/opcodes.mo
${PLIST.gprof}share/locale/pt_BR/LC_MESSAGES/gprof.mo
share/locale/pt_BR/LC_MESSAGES/opcodes.mo
share/locale/ro/LC_MESSAGES/bfd.mo
share/locale/ro/LC_MESSAGES/binutils.mo
${PLIST.gprof}share/locale/ro/LC_MESSAGES/gprof.mo
share/locale/ro/LC_MESSAGES/opcodes.mo
share/locale/ru/LC_MESSAGES/bfd.mo
share/locale/ru/LC_MESSAGES/binutils.mo
share/locale/ru/LC_MESSAGES/gas.mo
${PLIST.gprof}share/locale/ru/LC_MESSAGES/gprof.mo
share/locale/rw/LC_MESSAGES/bfd.mo
share/locale/rw/LC_MESSAGES/binutils.mo
share/locale/rw/LC_MESSAGES/gas.mo
${PLIST.gprof}share/locale/rw/LC_MESSAGES/gprof.mo
share/locale/sk/LC_MESSAGES/binutils.mo
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
${PLIST.gprof}share/locale/sr/LC_MESSAGES/gprof.mo
share/locale/sr/LC_MESSAGES/binutils.mo
share/locale/sv/LC_MESSAGES/bfd.mo
share/locale/sv/LC_MESSAGES/binutils.mo
${PLIST.gprof}share/locale/sv/LC_MESSAGES/gprof.mo
share/locale/sv/LC_MESSAGES/ld.mo
share/locale/sv/LC_MESSAGES/opcodes.mo
share/locale/tr/LC_MESSAGES/bfd.mo
share/locale/tr/LC_MESSAGES/binutils.mo
share/locale/tr/LC_MESSAGES/gas.mo
${PLIST.gprof}share/locale/tr/LC_MESSAGES/gprof.mo
share/locale/tr/LC_MESSAGES/ld.mo
share/locale/tr/LC_MESSAGES/opcodes.mo
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
share/locale/uk/LC_MESSAGES/bfd.mo
share/locale/uk/LC_MESSAGES/binutils.mo
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
${PLIST.gprof}share/locale/uk/LC_MESSAGES/gprof.mo
share/locale/uk/LC_MESSAGES/gas.mo
Binutils 2.23.2 is released: http://lists.gnu.org/archive/html/info-gnu/2013-03/msg00020.html (previous version 2.22 announce is here):1 http://lists.gnu.org/archive/html/info-gnu/2011-11/msg00008.html From the ChangeLog enties: ----------- 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. 2012-06-28 Christophe Lyon <christophe.lyon@st.com> * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure they contain -O2. * configure: Regenerate. 2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-11 Mike Frysinger <vapier@gentoo.org> * MAINTAINERS (config/): Move to intl/ section. (compile; depcomp; install-sh; missing; ylwrap): Likewise. 2012-05-09 Nick Clifton <nickc@redhat.com> Paul Smith <psmith@gnu.org> PR bootstrap/50461 * configure.ac (mpfr-dir): When using in-tree MPFR sources allow for the fact that from release v3.1.0 of MPFR the source files were moved into a src sub-directory. * configure: Regenerate. 2012-05-02 Roland McGrath <mcgrathr@google.com> * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. 2012-04-25 Joel Brobecker <brobecker@adacore.com> * config.sub: Update to 2012-04-18 version from official repo. 2012-03-19 Tristan Gingold <gingold@adacore.com> * configure.ac (ia64*-*-*vms*): Add support for ld. * configure: Regenerate. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-irix6*. (unsupported_languages): Remove mips-sgi-irix6.*. (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. (with_stabs): Remove. * configure: Regenerate. 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto. 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate. 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> * COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice. 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> * configure: Regenerate. 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> * COPYING.LIBGLOSS: Add GPL with exception license.
2013-04-08 08:03:03 +02:00
share/locale/uk/LC_MESSAGES/ld.mo
share/locale/uk/LC_MESSAGES/opcodes.mo
share/locale/vi/LC_MESSAGES/bfd.mo
share/locale/vi/LC_MESSAGES/binutils.mo
${PLIST.gold}share/locale/vi/LC_MESSAGES/gold.mo
share/locale/vi/LC_MESSAGES/ld.mo
share/locale/vi/LC_MESSAGES/opcodes.mo
share/locale/zh_CN/LC_MESSAGES/bfd.mo
share/locale/zh_CN/LC_MESSAGES/binutils.mo
share/locale/zh_CN/LC_MESSAGES/gas.mo
2016-02-03 19:40:18 +01:00
${PLIST.gold}share/locale/zh_CN/LC_MESSAGES/gold.mo
share/locale/zh_CN/LC_MESSAGES/ld.mo
share/locale/zh_CN/LC_MESSAGES/opcodes.mo
${PLIST.gprof}share/locale/vi/LC_MESSAGES/gprof.mo
share/locale/zh_TW/LC_MESSAGES/binutils.mo
share/locale/zh_TW/LC_MESSAGES/ld.mo