Commit graph

20 commits

Author SHA1 Message Date
Sevan Janiyan
61f1b02e2c Mention CVE-2014-8501 CVE-2014-8502 CVE-2014-8503 2015-03-23 00:34:50 +00:00
Makoto Fujiwara
cdb6f8570b Borrow the code from devel/binutils (and delete one patch left out). 2014-10-27 09:42:26 +00:00
Makoto Fujiwara
adbfd4e29c Sync with cross/avr-binutils, and add patch for ksh issue 2014-10-27 08:56:17 +00:00
Makoto Fujiwara
9c5fa6ef34 Make it empty, the message is used for pkgsrc proper commit 2014-06-15 23:02:50 +00:00
Makoto Fujiwara
ccf37ed414 Prepare 2.23.2 to 2.24 Update. 2014-06-15 14:59:31 +00:00
Makoto Fujiwara
38d44f21d5 - binutils
* Objcopy now supports wildcard characters in command line options that take
    section names.
  * Add support for Altera Nios II.
- gas
  * Add support for the Texas Instruments MSP430X processor.
  * Add -gdwarf-sections command line option to enable per-code-section
    generation of DWARF .debug_line sections.
  * Add support for Altera Nios II.
  * Add support for the Imagination Technologies Meta processor.
  * Add support for the v850e3v5.
  * Remove assembler support for MIPS ECOFF targets.
- ld
  * Add LOG2CEIL() builtin function to the linker script language
  * Add support for the Texas Instruments MSP430X processor.
  * Add support for Altera Nios II.
  * Add support for the V850E3V5 architecture.
  * Add support for the Imagination Technologies Meta processor.
  * --enable-new-dtags no longer generates old dtags in addition to new dtags.
  * Remove linker support for MIPS ECOFF targets.
  * Add ALIGN_WITH_INPUT to the linker script language to force the alignment of
    an output section to use the maximum alignment of all its input sections.
2013-12-04 13:54:35 +00:00
Makoto Fujiwara
1259a076fc Fix candidate to CentOS 5.1 problem:
bfd.texinfo:325: unknown command `colophon'
   bfd.texinfo:336: unknown command `cygnus'
http://www.netbsd.org/~ryoon/pbulk/CentOS-amd64-5.10/20131104.2103/avr-binutils-2.23.2/build.log
(This will be included in later release, I believe.)
2013-11-16 04:40:59 +00:00
Makoto Fujiwara
88959356a9 Adding more for COMMIT_MSG.
Removing avr/lib/libbfd.a from PLIST (pkglint flags for redundency with libtool).
2013-08-06 03:31:39 +00:00
Makoto Fujiwara
8f682c05ba Update distinfo, with deleting patch-aa 1.2 on 2013/07/06. 2013-08-02 07:20:59 +00:00
Makoto Fujiwara
92128b997f Adaptation to clang (libiberty PATH adjust), the same as h8300-elf-binutils. 2013-07-09 04:42:29 +00:00
Makoto Fujiwara
45ad23efab Fix problem: simulavr will not find -liberty. 2013-07-07 04:36:16 +00:00
Makoto Fujiwara
567b17e692 Makefile and PLIST:
Add two more header files to be installed (ansidecl.h, symcat.h) for
  emulator/simulavr needs those file.
2013-07-07 01:24:47 +00:00
Makoto Fujiwara
4513c9390a Revert to compile and install libiberty.a.
This is thought as necessary for simulavr, but it turned out
that libiberty.a and libbfd.a are natively compiled and not
useful for those purpose (To be fixed later).
2013-07-06 15:07:48 +00:00
Makoto Fujiwara
2449687536 To add facility to provide libbfd.a and bfd.h. Emulator/simulavr wants them. 2013-07-06 14:24:21 +00:00
Makoto Fujiwara
00fe9fe67b Bump version 2.23.1 to 2.23.2. Add COMMIT_MSG. 2013-07-05 15:43:33 +00:00
Makoto Fujiwara
c2a8e24792 - Add support for clang with NetBSD/6.99.22.
(Add patch)
- Remove USE_CROOSSBASE from binutils, for gcc correctly find PATH of as.
2013-07-04 12:10:40 +00:00
Makoto Fujiwara
58ff5699a5 (1) Bump versio 2.22 to 2.23.1
Following command will show you 147 lines of updates
   from 2.22 to 2.23.1
      sed -n 1,/2011-08-19/p binutils-2.23.1/ChangeLog
(2) patches/patch-aa
     Add comment as avoid libiberty.a
(3) patches/patch-ac
    Remove this patch, nothing changed with and without.
2013-01-26 23:48:13 +00:00
Aleksej Saushev
dfd2040d5f Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
2012-09-24 16:56:26 +00:00
Makoto Fujiwara
44ce304504 Place wip/avr-* reference instead of cross/avr-* reference, so that
testing on wip directory assures true dependency.
Those references need back to cross/avr-* when importing to cross/ directory.
2012-02-07 04:44:08 +00:00
Makoto Fujiwara
83e7f84921 Import avr-binutils-2.22 as wip/avr-binutils for update to cross/avr-binutils 2.19.1.
GNU binutils for Atmel AVR 8 bit RISC microcontrollers.
Prerequisite for avr-gcc in a cross-compilation environment.
2012-02-07 03:15:19 +00:00