Ignore:
Timestamp:
Jul 22, 2007, 4:11:02 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
42d73f3
Parents:
9568bd5
Message:

Update patches.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/binutils-2.17-branch_update-3.patch

    r9568bd5 r00520f6  
    1 Submitted By: Jim Gifford jim at linuxfromscratch dot org>
    2 Orginally Submitted By: Robert Connolly <robert at linuxfromscratch dot org>
    3 Date: 2007-01-12
     1Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
     2Date: 07-04-2007
    43Initial Package Version: 2.17
    5 Upstream Status: From Upstream
    6 Origin: cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/src co \
    7                 -rbinutils-2_17-branch binutils
    8 Description: This is the binutils-2_17-branch (bug fix branch) update,
    9 compared from binutils-2.17-release and binutils-2_17-branch with all
    10 the fluff removed (CVS entries, maintainer files, etc). This patch
    11 should be updated periodically.
     4Origin: Upstream
     5Upstream Status: Applied
     6Description: This is a branch update for binutils-2.17, and should be
     7             rechecked periodically.
    128
    139diff -Naur binutils-2.17.orig/bfd/bfd-in2.h binutils-2.17/bfd/bfd-in2.h
    14 --- binutils-2.17.orig/bfd/bfd-in2.h    2006-03-25 16:38:42.000000000 -0800
    15 +++ binutils-2.17/bfd/bfd-in2.h 2006-07-18 19:37:04.000000000 -0700
     10--- binutils-2.17.orig/bfd/bfd-in2.h    2006-03-25 19:38:42.000000000 -0500
     11+++ binutils-2.17/bfd/bfd-in2.h 2006-07-18 22:37:04.000000000 -0400
    1612@@ -643,6 +643,12 @@
    1713   DYN_NO_NEEDED = 8
     
    2824    bfd_boolean);
    2925diff -Naur binutils-2.17.orig/bfd/bfd-in.h binutils-2.17/bfd/bfd-in.h
    30 --- binutils-2.17.orig/bfd/bfd-in.h     2006-03-16 04:20:15.000000000 -0800
    31 +++ binutils-2.17/bfd/bfd-in.h  2006-07-18 19:37:04.000000000 -0700
     26--- binutils-2.17.orig/bfd/bfd-in.h     2006-03-16 07:20:15.000000000 -0500
     27+++ binutils-2.17/bfd/bfd-in.h  2006-07-18 22:37:04.000000000 -0400
    3228@@ -636,6 +636,12 @@
    3329   DYN_NO_NEEDED = 8
     
    4440    bfd_boolean);
    4541diff -Naur binutils-2.17.orig/bfd/ChangeLog binutils-2.17/bfd/ChangeLog
    46 --- binutils-2.17.orig/bfd/ChangeLog    2006-06-23 11:18:16.000000000 -0700
    47 +++ binutils-2.17/bfd/ChangeLog 2006-12-11 06:52:38.000000000 -0800
     42--- binutils-2.17.orig/bfd/ChangeLog    2006-06-23 14:18:16.000000000 -0400
     43+++ binutils-2.17/bfd/ChangeLog 2006-12-11 09:52:38.000000000 -0500
    4844@@ -1,3 +1,30 @@
    4945+2006-12-11  Eric Botcazou  <ebotcazou@adacore.com>
     
    7874        * configure.in: Update version to 2.17.
    7975diff -Naur binutils-2.17.orig/bfd/coffcode.h binutils-2.17/bfd/coffcode.h
    80 --- binutils-2.17.orig/bfd/coffcode.h   2005-10-25 10:40:09.000000000 -0700
    81 +++ binutils-2.17/bfd/coffcode.h        2006-08-08 01:19:57.000000000 -0700
     76--- binutils-2.17.orig/bfd/coffcode.h   2005-10-25 13:40:09.000000000 -0400
     77+++ binutils-2.17/bfd/coffcode.h        2006-08-08 04:19:57.000000000 -0400
    8278@@ -1546,9 +1546,6 @@
    8379 static bfd_boolean
     
    145141                                     coff_section_alignment_table_size);
    146142diff -Naur binutils-2.17.orig/bfd/cpu-m68k.c binutils-2.17/bfd/cpu-m68k.c
    147 --- binutils-2.17.orig/bfd/cpu-m68k.c   2006-03-25 02:24:27.000000000 -0800
    148 +++ binutils-2.17/bfd/cpu-m68k.c        2006-07-12 05:55:21.000000000 -0700
     143--- binutils-2.17.orig/bfd/cpu-m68k.c   2006-03-25 05:24:27.000000000 -0500
     144+++ binutils-2.17/bfd/cpu-m68k.c        2006-07-12 08:55:21.000000000 -0400
    149145@@ -202,6 +202,9 @@
    150146   if (a->mach <= bfd_mach_m68060 && b->mach <= bfd_mach_m68060)
     
    158154     {
    159155diff -Naur binutils-2.17.orig/bfd/elflink.c binutils-2.17/bfd/elflink.c
    160 --- binutils-2.17.orig/bfd/elflink.c    2006-05-22 08:06:36.000000000 -0700
    161 +++ binutils-2.17/bfd/elflink.c 2006-12-11 06:52:39.000000000 -0800
     156--- binutils-2.17.orig/bfd/elflink.c    2006-05-22 11:06:36.000000000 -0400
     157+++ binutils-2.17/bfd/elflink.c 2006-12-11 09:52:39.000000000 -0500
    162158@@ -3496,6 +3496,13 @@
    163159       if (alloc_mark == NULL)
     
    233229                  continue;
    234230diff -Naur binutils-2.17.orig/bfd/version.h binutils-2.17/bfd/version.h
    235 --- binutils-2.17.orig/bfd/version.h    2006-06-23 11:14:41.000000000 -0700
    236 +++ binutils-2.17/bfd/version.h 2007-01-11 15:00:19.000000000 -0800
     231--- binutils-2.17.orig/bfd/version.h    2006-06-23 14:14:41.000000000 -0400
     232+++ binutils-2.17/bfd/version.h 2007-07-03 20:00:11.000000000 -0400
    237233@@ -1,3 +1,3 @@
    238234-#define BFD_VERSION_DATE 20060623
    239 +#define BFD_VERSION_DATE 20070112
     235+#define BFD_VERSION_DATE 20070704
    240236 #define BFD_VERSION @bfd_version@
    241237 #define BFD_VERSION_STRING @bfd_version_string@
    242238diff -Naur binutils-2.17.orig/binutils/ChangeLog binutils-2.17/binutils/ChangeLog
    243 --- binutils-2.17.orig/binutils/ChangeLog       2006-06-12 06:05:03.000000000 -0700
    244 +++ binutils-2.17/binutils/ChangeLog    2006-08-15 05:01:21.000000000 -0700
     239--- binutils-2.17.orig/binutils/ChangeLog       2006-06-12 09:05:03.000000000 -0400
     240+++ binutils-2.17/binutils/ChangeLog    2006-08-15 08:01:21.000000000 -0400
    245241@@ -1,3 +1,8 @@
    246242+2006-08-15  Nick Clifton  <nickc@redhat.com>
     
    252248 
    253249        * po/Make-in (pdf, ps): New dummy targets.
     250diff -Naur binutils-2.17.orig/binutils/rclex.c binutils-2.17/binutils/rclex.c
     251--- binutils-2.17.orig/binutils/rclex.c 2006-04-16 14:36:40.000000000 -0400
     252+++ binutils-2.17/binutils/rclex.c      2006-04-16 14:36:40.000000000 -0400
     253@@ -1,7 +1,7 @@
     254 /* A lexical scanner generated by flex */
     255 
     256 /* Scanner skeleton version:
     257- * $Header: /cvs/src/src/binutils/Attic/rclex.c,v 1.1.16.1 2006/04/16 18:36:40 drow Exp $
     258+ * $Header: /cvs/src/src/binutils/rclex.c,v 1.1.16.1 2006/04/16 18:36:40 drow Exp $
     259  */
     260 
     261 #define FLEX_SCANNER
    254262diff -Naur binutils-2.17.orig/binutils/wrstabs.c binutils-2.17/binutils/wrstabs.c
    255 --- binutils-2.17.orig/binutils/wrstabs.c       2006-03-16 04:20:16.000000000 -0800
    256 +++ binutils-2.17/binutils/wrstabs.c    2006-08-15 05:01:21.000000000 -0700
     263--- binutils-2.17.orig/binutils/wrstabs.c       2006-03-16 07:20:16.000000000 -0500
     264+++ binutils-2.17/binutils/wrstabs.c    2006-08-15 08:01:21.000000000 -0400
    257265@@ -1869,7 +1869,7 @@
    258266 {
     
    265273   if (index < 0)
    266274diff -Naur binutils-2.17.orig/configure.in binutils-2.17/configure.in
    267 --- binutils-2.17.orig/configure.in     2006-06-23 11:19:53.000000000 -0700
    268 +++ binutils-2.17/configure.in  2006-04-06 14:49:25.000000000 -0700
     275--- binutils-2.17.orig/configure.in     2006-06-23 14:19:53.000000000 -0400
     276+++ binutils-2.17/configure.in  2006-04-06 17:49:25.000000000 -0400
    269277@@ -130,7 +130,7 @@
    270278 # know that we are building the simulator.
     
    276284 # libgcj represents the runtime libraries only used by gcj.
    277285 libgcj="target-libffi \
     286diff -Naur binutils-2.17.orig/etc/add-log.vi binutils-2.17/etc/add-log.vi
     287--- binutils-2.17.orig/etc/add-log.vi   1969-12-31 19:00:00.000000000 -0500
     288+++ binutils-2.17/etc/add-log.vi        1999-05-03 03:29:06.000000000 -0400
     289@@ -0,0 +1,11 @@
     290+Here is a vi macro to create entries in the recommended format for
     291+GDB's ChangeLogs.
     292+
     293+map 1GO:r !date '+\%Y-\%m-\%d'2GA  Jason Molenda  (:r !whoamikJxA@:r !hostnameA)kJxkddjO
     294        *
     295k$
     296+
     297+It contains control and escape sequences, so don't just cut and paste it.
     298+You'll need to change the "Jason Molenda" bit, of course. :-)  Put this
     299+in your $HOME/.exrc and when you type control-X in move-around-mode,
     300+you'll have a changelog template inserted.
     301+
     302+--- Jason Molenda
    278303diff -Naur binutils-2.17.orig/gas/ChangeLog binutils-2.17/gas/ChangeLog
    279 --- binutils-2.17.orig/gas/ChangeLog    2006-06-12 06:05:03.000000000 -0700
    280 +++ binutils-2.17/gas/ChangeLog 2006-07-18 19:06:08.000000000 -0700
     304--- binutils-2.17.orig/gas/ChangeLog    2006-06-12 09:05:03.000000000 -0400
     305+++ binutils-2.17/gas/ChangeLog 2006-07-18 22:06:08.000000000 -0400
    281306@@ -1,3 +1,8 @@
    282307+2006-07-19  Mat Hostetter  <mat@lcs.mit.edu>
     
    289314        * po/Make-in (pdf, ps): New dummy targets.
    290315diff -Naur binutils-2.17.orig/gas/symbols.c binutils-2.17/gas/symbols.c
    291 --- binutils-2.17.orig/gas/symbols.c    2006-01-09 09:14:40.000000000 -0800
    292 +++ binutils-2.17/gas/symbols.c 2006-07-18 19:06:08.000000000 -0700
     316--- binutils-2.17.orig/gas/symbols.c    2006-01-09 12:14:40.000000000 -0500
     317+++ binutils-2.17/gas/symbols.c 2006-07-18 22:06:08.000000000 -0400
    293318@@ -928,13 +928,11 @@
    294319          && seg_right != undefined_section)
     
    310335 }
    311336diff -Naur binutils-2.17.orig/ld/ChangeLog binutils-2.17/ld/ChangeLog
    312 --- binutils-2.17.orig/ld/ChangeLog     2006-06-12 06:07:28.000000000 -0700
    313 +++ binutils-2.17/ld/ChangeLog  2006-07-18 19:37:05.000000000 -0700
     337--- binutils-2.17.orig/ld/ChangeLog     2006-06-12 09:07:28.000000000 -0400
     338+++ binutils-2.17/ld/ChangeLog  2006-07-18 22:37:05.000000000 -0400
    314339@@ -1,3 +1,20 @@
    315340+2006-07-19  Alan Modra  <amodra@bigpond.net.au>
     
    334359        * emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
    335360diff -Naur binutils-2.17.orig/ld/ldcref.c binutils-2.17/ld/ldcref.c
    336 --- binutils-2.17.orig/ld/ldcref.c      2006-03-16 04:20:16.000000000 -0800
    337 +++ binutils-2.17/ld/ldcref.c   2006-07-18 19:37:05.000000000 -0700
     361--- binutils-2.17.orig/ld/ldcref.c      2006-03-16 07:20:16.000000000 -0500
     362+++ binutils-2.17/ld/ldcref.c   2006-07-18 22:37:05.000000000 -0400
    338363@@ -27,6 +27,7 @@
    339364 #include "sysdep.h"
     
    496521    name.  */
    497522diff -Naur binutils-2.17.orig/ld/ld.h binutils-2.17/ld/ld.h
    498 --- binutils-2.17.orig/ld/ld.h  2005-09-30 04:42:04.000000000 -0700
    499 +++ binutils-2.17/ld/ld.h       2006-07-18 19:37:05.000000000 -0700
     523--- binutils-2.17.orig/ld/ld.h  2005-09-30 07:42:04.000000000 -0400
     524+++ binutils-2.17/ld/ld.h       2006-07-18 22:37:05.000000000 -0400
    500525@@ -1,6 +1,6 @@
    501526 /* ld.h -- general linker header file
     
    515540 extern void ld_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
    516541diff -Naur binutils-2.17.orig/ld/ldlang.c binutils-2.17/ld/ldlang.c
    517 --- binutils-2.17.orig/ld/ldlang.c      2006-06-12 06:05:04.000000000 -0700
    518 +++ binutils-2.17/ld/ldlang.c   2006-07-04 06:29:24.000000000 -0700
     542--- binutils-2.17.orig/ld/ldlang.c      2006-06-12 09:05:04.000000000 -0400
     543+++ binutils-2.17/ld/ldlang.c   2006-07-04 09:29:24.000000000 -0400
    519544@@ -4207,7 +4207,8 @@
    520545                    /* If a loadable section is using the default memory
     
    528553                        && strcmp (os->region->name,
    529554diff -Naur binutils-2.17.orig/ld/ldmain.c binutils-2.17/ld/ldmain.c
    530 --- binutils-2.17.orig/ld/ldmain.c      2006-04-06 11:52:45.000000000 -0700
    531 +++ binutils-2.17/ld/ldmain.c   2006-07-18 19:37:05.000000000 -0700
     555--- binutils-2.17.orig/ld/ldmain.c      2006-04-06 14:52:45.000000000 -0400
     556+++ binutils-2.17/ld/ldmain.c   2006-07-18 22:37:05.000000000 -0400
    532557@@ -1511,6 +1511,13 @@
    533558        asection *section,
     
    545570          && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL))
    546571diff -Naur binutils-2.17.orig/ld/testsuite/ChangeLog binutils-2.17/ld/testsuite/ChangeLog
    547 --- binutils-2.17.orig/ld/testsuite/ChangeLog   2006-06-12 06:44:33.000000000 -0700
    548 +++ binutils-2.17/ld/testsuite/ChangeLog        2006-07-12 05:55:21.000000000 -0700
     572--- binutils-2.17.orig/ld/testsuite/ChangeLog   2006-06-12 09:44:33.000000000 -0400
     573+++ binutils-2.17/ld/testsuite/ChangeLog        2006-07-12 08:55:21.000000000 -0400
    549574@@ -1,3 +1,17 @@
    550575+2006-07-12  Richard Sandiford  <richard@codesourcery.com>
     
    566591        Backport:
    567592diff -Naur binutils-2.17.orig/ld/testsuite/ld-m68k/m68k.exp binutils-2.17/ld/testsuite/ld-m68k/m68k.exp
    568 --- binutils-2.17.orig/ld/testsuite/ld-m68k/m68k.exp    2006-03-25 02:24:27.000000000 -0800
    569 +++ binutils-2.17/ld/testsuite/ld-m68k/m68k.exp 2006-07-12 05:55:21.000000000 -0700
     593--- binutils-2.17.orig/ld/testsuite/ld-m68k/m68k.exp    2006-03-25 05:24:27.000000000 -0500
     594+++ binutils-2.17/ld/testsuite/ld-m68k/m68k.exp 2006-07-12 08:55:21.000000000 -0400
    570595@@ -53,3 +53,4 @@
    571596 run_dump_test "merge-error-1e"
     
    574599+run_dump_test "merge-ok-1c"
    575600diff -Naur binutils-2.17.orig/ld/testsuite/ld-m68k/merge-ok-1c.d binutils-2.17/ld/testsuite/ld-m68k/merge-ok-1c.d
    576 --- binutils-2.17.orig/ld/testsuite/ld-m68k/merge-ok-1c.d       1969-12-31 16:00:00.000000000 -0800
    577 +++ binutils-2.17/ld/testsuite/ld-m68k/merge-ok-1c.d    2006-07-12 05:55:21.000000000 -0700
     601--- binutils-2.17.orig/ld/testsuite/ld-m68k/merge-ok-1c.d       1969-12-31 19:00:00.000000000 -0500
     602+++ binutils-2.17/ld/testsuite/ld-m68k/merge-ok-1c.d    2006-07-12 08:55:21.000000000 -0400
    578603@@ -0,0 +1,6 @@
    579604+#source: merge-error-1a.s -march=cpu32
     
    584609+private flags = 810000: \[cpu32\]
    585610diff -Naur binutils-2.17.orig/ld/testsuite/ld-scripts/empty-orphan.d binutils-2.17/ld/testsuite/ld-scripts/empty-orphan.d
    586 --- binutils-2.17.orig/ld/testsuite/ld-scripts/empty-orphan.d   2005-03-17 08:20:39.000000000 -0800
    587 +++ binutils-2.17/ld/testsuite/ld-scripts/empty-orphan.d        2006-07-04 06:29:24.000000000 -0700
     611--- binutils-2.17.orig/ld/testsuite/ld-scripts/empty-orphan.d   2005-03-17 11:20:39.000000000 -0500
     612+++ binutils-2.17/ld/testsuite/ld-scripts/empty-orphan.d        2006-07-04 09:29:24.000000000 -0400
    588613@@ -1,3 +1,6 @@
    589614 #source: empty-orphan.s
     
    595620+#pass
    596621diff -Naur binutils-2.17.orig/ld/testsuite/ld-scripts/empty-orphan.t binutils-2.17/ld/testsuite/ld-scripts/empty-orphan.t
    597 --- binutils-2.17.orig/ld/testsuite/ld-scripts/empty-orphan.t   2005-03-17 08:20:39.000000000 -0800
    598 +++ binutils-2.17/ld/testsuite/ld-scripts/empty-orphan.t        2006-07-04 06:29:24.000000000 -0700
     622--- binutils-2.17.orig/ld/testsuite/ld-scripts/empty-orphan.t   2005-03-17 11:20:39.000000000 -0500
     623+++ binutils-2.17/ld/testsuite/ld-scripts/empty-orphan.t        2006-07-04 09:29:24.000000000 -0400
    599624@@ -17,5 +17,6 @@
    600625    .text : { *(.text) } > text_mem : text_phdr
Note: See TracChangeset for help on using the changeset viewer.