diff options
| author | he <he@NetBSD.org> | 2009-03-08 12:38:51 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2009-03-08 12:38:51 +0000 |
| commit | 988dfde8cdac577aaec0e6054c06f8a254874e28 (patch) | |
| tree | 546acfe670f2ec7b72b1692e19105319928f2a75 /gnu | |
| parent | 91cab67b08894efe37c89073c8f76e3e97799b0b (diff) | |
Regenerate these using tools/binutils/Makefile's mknative-binutils
target after the recent addition of BFD_DETERMINISTIC_OUTPUT to libbfd.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libbfd/arch/armeb/bfd.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libbfd/arch/powerpc64/bfd.h | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/gnu/lib/libbfd/arch/armeb/bfd.h b/gnu/lib/libbfd/arch/armeb/bfd.h index 5f61a3e99d7..adc3b4e3e59 100644 --- a/gnu/lib/libbfd/arch/armeb/bfd.h +++ b/gnu/lib/libbfd/arch/armeb/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/powerpc64/bfd.h b/gnu/lib/libbfd/arch/powerpc64/bfd.h index 925b8f337f6..5c528e86e2a 100644 --- a/gnu/lib/libbfd/arch/powerpc64/bfd.h +++ b/gnu/lib/libbfd/arch/powerpc64/bfd.h @@ -1,6 +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.8 2006/05/26 19:17:21 mrg 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", @@ -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. */ |
