summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <pb@futuretv.com>2001-06-10 15:37:28 +0000
committerPhil Blundell <pb@futuretv.com>2001-06-10 15:37:28 +0000
commitc4d12ef0907e526cf287b9c945353740ef84e882 (patch)
tree64848486b4f92b3eaa7df793bc90d85b7f5134d1
parent38b640246ebd87982c94b41952960d01589b9039 (diff)
downloadgdb-c4d12ef0907e526cf287b9c945353740ef84e882.tar.gz
update generated files
-rw-r--r--bfd/doc/bfd.info98
-rw-r--r--bfd/doc/bfd.info-24
-rw-r--r--bfd/doc/bfd.info-32
-rw-r--r--bfd/doc/bfd.info-72
-rw-r--r--bfd/doc/reloc.texi2
-rw-r--r--bfd/doc/section.texi4
6 files changed, 63 insertions, 49 deletions
diff --git a/bfd/doc/bfd.info b/bfd/doc/bfd.info
index 0ba9cac4315..d40a224047a 100644
--- a/bfd/doc/bfd.info
+++ b/bfd/doc/bfd.info
@@ -19,11 +19,11 @@ section entitled "GNU Free Documentation License".
Indirect:
bfd.info-1: 680
bfd.info-2: 38513
-bfd.info-3: 83014
-bfd.info-4: 132756
-bfd.info-5: 181734
-bfd.info-6: 214313
-bfd.info-7: 260724
+bfd.info-3: 83193
+bfd.info-4: 132987
+bfd.info-5: 181965
+bfd.info-6: 214544
+bfd.info-7: 260955

Tag Table:
(Indirect)
@@ -41,49 +41,49 @@ Node: Sections34211
Node: Section Input34689
Node: Section Output36045
Node: typedef asection38513
-Node: section prototypes54206
-Node: Symbols60891
-Node: Reading Symbols62481
-Node: Writing Symbols63655
-Node: Mini Symbols65345
-Node: typedef asymbol66310
-Node: symbol handling functions71539
-Node: Archives75866
-Node: Formats79484
-Node: Relocations82294
-Node: typedef arelent83014
-Node: howto manager99173
-Node: Core Files129772
-Node: Targets130793
-Node: bfd_target132756
-Node: Architectures151670
-Node: Opening and Closing166892
-Node: Internal171289
-Node: File Caching177289
-Node: Linker Functions180068
-Node: Creating a Linker Hash Table181734
-Node: Adding Symbols to the Hash Table183462
-Node: Differing file formats184352
-Node: Adding symbols from an object file186085
-Node: Adding symbols from an archive188221
-Node: Performing the Final Link190620
-Node: Information provided by the linker191851
-Node: Relocating the section contents192987
-Node: Writing the symbol table194724
-Node: Hash Tables197318
-Node: Creating and Freeing a Hash Table198509
-Node: Looking Up or Entering a String199666
-Node: Traversing a Hash Table200908
-Node: Deriving a New Hash Table Type201686
-Node: Define the Derived Structures202741
-Node: Write the Derived Creation Routine203807
-Node: Write Other Derived Routines206506
-Node: BFD back ends207806
-Node: What to Put Where208050
-Node: aout208188
-Node: coff214313
-Node: elf241469
-Node: GNU Free Documentation License242302
-Node: Index260724
+Node: section prototypes54385
+Node: Symbols61070
+Node: Reading Symbols62660
+Node: Writing Symbols63834
+Node: Mini Symbols65524
+Node: typedef asymbol66489
+Node: symbol handling functions71718
+Node: Archives76045
+Node: Formats79663
+Node: Relocations82473
+Node: typedef arelent83193
+Node: howto manager99352
+Node: Core Files130003
+Node: Targets131024
+Node: bfd_target132987
+Node: Architectures151901
+Node: Opening and Closing167123
+Node: Internal171520
+Node: File Caching177520
+Node: Linker Functions180299
+Node: Creating a Linker Hash Table181965
+Node: Adding Symbols to the Hash Table183693
+Node: Differing file formats184583
+Node: Adding symbols from an object file186316
+Node: Adding symbols from an archive188452
+Node: Performing the Final Link190851
+Node: Information provided by the linker192082
+Node: Relocating the section contents193218
+Node: Writing the symbol table194955
+Node: Hash Tables197549
+Node: Creating and Freeing a Hash Table198740
+Node: Looking Up or Entering a String199897
+Node: Traversing a Hash Table201139
+Node: Deriving a New Hash Table Type201917
+Node: Define the Derived Structures202972
+Node: Write the Derived Creation Routine204038
+Node: Write Other Derived Routines206737
+Node: BFD back ends208037
+Node: What to Put Where208281
+Node: aout208419
+Node: coff214544
+Node: elf241700
+Node: GNU Free Documentation License242533
+Node: Index260955

End Tag Table
diff --git a/bfd/doc/bfd.info-2 b/bfd/doc/bfd.info-2
index 4e92f0ab004..a8335fc3422 100644
--- a/bfd/doc/bfd.info-2
+++ b/bfd/doc/bfd.info-2
@@ -238,6 +238,10 @@ typedef asection
/* A mark flag used by some of the linker backends. */
unsigned int linker_mark : 1;
+ /* Another mark flag used by some of the linker backends. Set for
+ output sections that have a input section. */
+ unsigned int linker_has_input : 1;
+
/* A mark flag used by some linker backends for garbage collection. */
unsigned int gc_mark : 1;
diff --git a/bfd/doc/bfd.info-3 b/bfd/doc/bfd.info-3
index c0496bf67af..25601782f40 100644
--- a/bfd/doc/bfd.info-3
+++ b/bfd/doc/bfd.info-3
@@ -549,7 +549,9 @@ attributes.
- : BFD_RELOC_SPARC_GLOB_DAT
- : BFD_RELOC_SPARC_JMP_SLOT
- : BFD_RELOC_SPARC_RELATIVE
+ - : BFD_RELOC_SPARC_UA16
- : BFD_RELOC_SPARC_UA32
+ - : BFD_RELOC_SPARC_UA64
SPARC ELF relocations. There is probably some overlap with other
relocation types already defined.
diff --git a/bfd/doc/bfd.info-7 b/bfd/doc/bfd.info-7
index 763185d07e3..925a48cfae5 100644
--- a/bfd/doc/bfd.info-7
+++ b/bfd/doc/bfd.info-7
@@ -534,7 +534,9 @@ Index
* BFD_RELOC_SPARC_REGISTER: howto manager.
* BFD_RELOC_SPARC_RELATIVE: howto manager.
* BFD_RELOC_SPARC_REV32: howto manager.
+* BFD_RELOC_SPARC_UA16: howto manager.
* BFD_RELOC_SPARC_UA32: howto manager.
+* BFD_RELOC_SPARC_UA64: howto manager.
* BFD_RELOC_SPARC_WDISP16: howto manager.
* BFD_RELOC_SPARC_WDISP19: howto manager.
* BFD_RELOC_SPARC_WDISP22: howto manager.
diff --git a/bfd/doc/reloc.texi b/bfd/doc/reloc.texi
index eb31eca1be8..dcb8ab0f6f2 100644
--- a/bfd/doc/reloc.texi
+++ b/bfd/doc/reloc.texi
@@ -599,7 +599,9 @@ Reloc types used for i960/b.out.
@deffnx {} BFD_RELOC_SPARC_GLOB_DAT
@deffnx {} BFD_RELOC_SPARC_JMP_SLOT
@deffnx {} BFD_RELOC_SPARC_RELATIVE
+@deffnx {} BFD_RELOC_SPARC_UA16
@deffnx {} BFD_RELOC_SPARC_UA32
+@deffnx {} BFD_RELOC_SPARC_UA64
SPARC ELF relocations. There is probably some overlap with other
relocation types already defined.
@end deffn
diff --git a/bfd/doc/section.texi b/bfd/doc/section.texi
index 4b0ec017557..0167defc605 100644
--- a/bfd/doc/section.texi
+++ b/bfd/doc/section.texi
@@ -321,6 +321,10 @@ typedef struct sec
/* A mark flag used by some of the linker backends. */
unsigned int linker_mark : 1;
+ /* Another mark flag used by some of the linker backends. Set for
+ output sections that have a input section. */
+ unsigned int linker_has_input : 1;
+
/* A mark flag used by some linker backends for garbage collection. */
unsigned int gc_mark : 1;