PR ld/10047
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 847da522ab0ccbaba1d639c03e1afac89bd26f63..9979ac6d509a812f19cb67288a5ced5d4ff38e3d 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -145,6 +145,11 @@ CODE_FRAGMENT
 .     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
+.
 .  {* Currently my_archive is tested before adding origin to
 .     anything. I believe that this can become always an add of
 .     origin, with origin set to 0 for non archive files.  *}
This page took 0.023527 seconds and 4 git commands to generate.