diff options
| author | he <he@NetBSD.org> | 2009-03-07 18:11:47 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2009-03-07 18:11:47 +0000 |
| commit | e5e9eb0ed43ebbd6164eca149142005afd2c971b (patch) | |
| tree | 1faa728a52814bc7894aa25bfe5708b9ded38367 /gnu/lib | |
| parent | 45e175c9c5e92f9e79a599c1a6a44ff0a7a79392 (diff) | |
Regenerate these using tools/binutils/Makefile's mknative-binutils
target after the recent addition of BFD_DETERMINISTIC_OUTPUT to libbfd.
The list of architectures is not complete, but these were the
ones I had readily-available toolchains for. The rest will be
dealt with a little later, by me or someone else.
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libbfd/arch/alpha/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/arm/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/hppa/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/i386/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/m68000/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/m68k/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/mipseb/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/mipsel/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/powerpc/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/sh3eb/bfd.h | 5 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/sh3el/bfd.h | 5 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/sparc/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/sparc64/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/vax/bfd.h | 8 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/x86_64/bfd.h | 6 |
15 files changed, 89 insertions, 1 deletions
diff --git a/gnu/lib/libbfd/arch/alpha/bfd.h b/gnu/lib/libbfd/arch/alpha/bfd.h index 30aaea9bb3d..5c528e86e2a 100644 --- a/gnu/lib/libbfd/arch/alpha/bfd.h +++ b/gnu/lib/libbfd/arch/alpha/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/arm/bfd.h b/gnu/lib/libbfd/arch/arm/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/arm/bfd.h +++ b/gnu/lib/libbfd/arch/arm/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/hppa/bfd.h b/gnu/lib/libbfd/arch/hppa/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/hppa/bfd.h +++ b/gnu/lib/libbfd/arch/hppa/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/i386/bfd.h b/gnu/lib/libbfd/arch/i386/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/i386/bfd.h +++ b/gnu/lib/libbfd/arch/i386/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/m68000/bfd.h b/gnu/lib/libbfd/arch/m68000/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/m68000/bfd.h +++ b/gnu/lib/libbfd/arch/m68000/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/m68k/bfd.h b/gnu/lib/libbfd/arch/m68k/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/m68k/bfd.h +++ b/gnu/lib/libbfd/arch/m68k/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/mipseb/bfd.h b/gnu/lib/libbfd/arch/mipseb/bfd.h index b9d3d2bae1c..9e6f7fc6455 100644 --- a/gnu/lib/libbfd/arch/mipseb/bfd.h +++ b/gnu/lib/libbfd/arch/mipseb/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/mipsel/bfd.h b/gnu/lib/libbfd/arch/mipsel/bfd.h index b9d3d2bae1c..9e6f7fc6455 100644 --- a/gnu/lib/libbfd/arch/mipsel/bfd.h +++ b/gnu/lib/libbfd/arch/mipsel/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/powerpc/bfd.h b/gnu/lib/libbfd/arch/powerpc/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/powerpc/bfd.h +++ b/gnu/lib/libbfd/arch/powerpc/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/sh3eb/bfd.h b/gnu/lib/libbfd/arch/sh3eb/bfd.h index 77c1302e2d8..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/sh3eb/bfd.h +++ b/gnu/lib/libbfd/arch/sh3eb/bfd.h @@ -245,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/sh3el/bfd.h b/gnu/lib/libbfd/arch/sh3el/bfd.h index 77c1302e2d8..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/sh3el/bfd.h +++ b/gnu/lib/libbfd/arch/sh3el/bfd.h @@ -245,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/sparc/bfd.h b/gnu/lib/libbfd/arch/sparc/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/sparc/bfd.h +++ b/gnu/lib/libbfd/arch/sparc/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/sparc64/bfd.h b/gnu/lib/libbfd/arch/sparc64/bfd.h index 30aaea9bb3d..5c528e86e2a 100644 --- a/gnu/lib/libbfd/arch/sparc64/bfd.h +++ b/gnu/lib/libbfd/arch/sparc64/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/vax/bfd.h b/gnu/lib/libbfd/arch/vax/bfd.h index e38e057309a..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/vax/bfd.h +++ b/gnu/lib/libbfd/arch/vax/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ diff --git a/gnu/lib/libbfd/arch/x86_64/bfd.h b/gnu/lib/libbfd/arch/x86_64/bfd.h index 30aaea9bb3d..5c528e86e2a 100644 --- a/gnu/lib/libbfd/arch/x86_64/bfd.h +++ b/gnu/lib/libbfd/arch/x86_64/bfd.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", @@ -244,6 +245,11 @@ bfd_format; /* This BFD has been created by the linker and doesn't correspond to any input file. */ #define BFD_LINKER_CREATED 0x2000 + +/* This may be set before writing out a BFD to request that it + be written using values for UIDs, GIDs, timestamps, etc. that + will be consistent from run to run. */ +#define BFD_DETERMINISTIC_OUTPUT 0x4000 /* Symbols and relocation. */ |
