summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-10-30 17:02:37 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-10-30 17:02:37 +0000
commitfaf7e970a6ff184d01f916e1c6da47df488d725f (patch)
treeff545347c8e1b0e6d96023cb490742c41598b94d
parentad5cd6ff1acc4451f157322355d20492bdbe694d (diff)
downloadgdb-faf7e970a6ff184d01f916e1c6da47df488d725f.tar.gz
Regenerate more generated files.
-rw-r--r--bfd/doc/bfd.info124
-rw-r--r--bfd/doc/bfd.info-19
-rw-r--r--bfd/doc/bfd.info-43
-rw-r--r--bfd/doc/bfd.info-72
-rw-r--r--bfd/doc/bfd.info-93
-rw-r--r--bfd/doc/bfdt.texi7
-rw-r--r--bfd/doc/coffcode.texi2
-rw-r--r--bfd/doc/reloc.texi3
8 files changed, 84 insertions, 69 deletions
diff --git a/bfd/doc/bfd.info b/bfd/doc/bfd.info
index e77bb0c68d3..bf850254660 100644
--- a/bfd/doc/bfd.info
+++ b/bfd/doc/bfd.info
@@ -18,14 +18,14 @@ section entitled "GNU Free Documentation License".

Indirect:
bfd.info-1: 686
-bfd.info-2: 39781
-bfd.info-3: 87238
-bfd.info-4: 103035
-bfd.info-5: 144731
-bfd.info-6: 192970
-bfd.info-7: 230016
-bfd.info-8: 269585
-bfd.info-9: 288007
+bfd.info-2: 39886
+bfd.info-3: 87343
+bfd.info-4: 103140
+bfd.info-5: 144920
+bfd.info-6: 193159
+bfd.info-7: 230205
+bfd.info-8: 269773
+bfd.info-9: 288195

Tag Table:
(Indirect)
@@ -37,59 +37,59 @@ Node: What BFD Version 2 Can Do4547
Node: BFD information loss5857
Node: Canonical format8380
Node: BFD front end12741
-Node: Memory Usage33879
-Node: Initialization35102
-Node: Sections35479
-Node: Section Input35957
-Node: Section Output37313
-Node: typedef asection39781
-Node: section prototypes57826
-Node: Symbols64964
-Node: Reading Symbols66554
-Node: Writing Symbols67728
-Node: Mini Symbols69418
-Node: typedef asymbol70383
-Node: symbol handling functions75425
-Node: Archives80090
-Node: Formats83708
-Node: Relocations86518
-Node: typedef arelent87238
-Node: howto manager103035
-Node: Core Files141747
-Node: Targets142768
-Node: bfd_target144731
-Node: Architectures164805
-Node: Opening and Closing181093
-Node: Internal185490
-Node: File Caching192970
-Node: Linker Functions195749
-Node: Creating a Linker Hash Table197415
-Node: Adding Symbols to the Hash Table199143
-Node: Differing file formats200033
-Node: Adding symbols from an object file201766
-Node: Adding symbols from an archive203902
-Node: Performing the Final Link206301
-Node: Information provided by the linker207532
-Node: Relocating the section contents208668
-Node: Writing the symbol table210405
-Node: Hash Tables212999
-Node: Creating and Freeing a Hash Table214190
-Node: Looking Up or Entering a String215347
-Node: Traversing a Hash Table216589
-Node: Deriving a New Hash Table Type217367
-Node: Define the Derived Structures218422
-Node: Write the Derived Creation Routine219488
-Node: Write Other Derived Routines222187
-Node: BFD back ends223487
-Node: What to Put Where223753
-Node: aout223891
-Node: coff230016
-Node: elf254749
-Node: mmo255586
-Node: File layout256509
-Node: Symbol-table262147
-Node: mmo section mapping265942
-Node: GNU Free Documentation License269585
-Node: Index288007
+Node: Memory Usage33984
+Node: Initialization35207
+Node: Sections35584
+Node: Section Input36062
+Node: Section Output37418
+Node: typedef asection39886
+Node: section prototypes57931
+Node: Symbols65069
+Node: Reading Symbols66659
+Node: Writing Symbols67833
+Node: Mini Symbols69523
+Node: typedef asymbol70488
+Node: symbol handling functions75530
+Node: Archives80195
+Node: Formats83813
+Node: Relocations86623
+Node: typedef arelent87343
+Node: howto manager103140
+Node: Core Files141936
+Node: Targets142957
+Node: bfd_target144920
+Node: Architectures164994
+Node: Opening and Closing181282
+Node: Internal185679
+Node: File Caching193159
+Node: Linker Functions195938
+Node: Creating a Linker Hash Table197604
+Node: Adding Symbols to the Hash Table199332
+Node: Differing file formats200222
+Node: Adding symbols from an object file201955
+Node: Adding symbols from an archive204091
+Node: Performing the Final Link206490
+Node: Information provided by the linker207721
+Node: Relocating the section contents208857
+Node: Writing the symbol table210594
+Node: Hash Tables213188
+Node: Creating and Freeing a Hash Table214379
+Node: Looking Up or Entering a String215536
+Node: Traversing a Hash Table216778
+Node: Deriving a New Hash Table Type217556
+Node: Define the Derived Structures218611
+Node: Write the Derived Creation Routine219677
+Node: Write Other Derived Routines222376
+Node: BFD back ends223676
+Node: What to Put Where223942
+Node: aout224080
+Node: coff230205
+Node: elf254937
+Node: mmo255774
+Node: File layout256697
+Node: Symbol-table262335
+Node: mmo section mapping266130
+Node: GNU Free Documentation License269773
+Node: Index288195

End Tag Table
diff --git a/bfd/doc/bfd.info-1 b/bfd/doc/bfd.info-1
index c43c973dd44..3c4752073d8 100644
--- a/bfd/doc/bfd.info-1
+++ b/bfd/doc/bfd.info-1
@@ -395,6 +395,9 @@ major data about the file and pointers to the rest of the data.
/* Symbol table for output BFD (with symcount entries). */
struct symbol_cache_entry **outsymbols;
+ /* Used for slurped dynamic symbol tables. */
+ unsigned int dynsymcount;
+
/* Pointer to structure which contains architecture information. */
const struct bfd_arch_info *arch_info;
@@ -895,12 +898,12 @@ Stuff which should be documented:
...................
*Synopsis*
- boolean bfd_alt_mach_code(bfd *abfd, int index);
+ boolean bfd_alt_mach_code(bfd *abfd, int alternative);
*Description*
When more than one machine code number is available for the same
machine type, this function can be used to switch between the preferred
-one (index == 0) and any others. Currently, only ELF supports this
-feature, with up to two alternate machine codes.
+one (alternative == 0) and any others. Currently, only ELF supports
+this feature, with up to two alternate machine codes.
* Menu:
diff --git a/bfd/doc/bfd.info-4 b/bfd/doc/bfd.info-4
index d232c21e42c..4b716655d35 100644
--- a/bfd/doc/bfd.info-4
+++ b/bfd/doc/bfd.info-4
@@ -336,6 +336,9 @@ attributes.
- : BFD_RELOC_386_RELATIVE
- : BFD_RELOC_386_GOTOFF
- : BFD_RELOC_386_GOTPC
+ - : BFD_RELOC_386_TLS_TPOFF
+ - : BFD_RELOC_386_TLS_IE
+ - : BFD_RELOC_386_TLS_GOTIE
- : BFD_RELOC_386_TLS_LE
- : BFD_RELOC_386_TLS_GD
- : BFD_RELOC_386_TLS_LDM
diff --git a/bfd/doc/bfd.info-7 b/bfd/doc/bfd.info-7
index 7c2b29e89ec..c8def0d8c99 100644
--- a/bfd/doc/bfd.info-7
+++ b/bfd/doc/bfd.info-7
@@ -394,7 +394,7 @@ The hidden information for an `asymbol' is described in a
struct coff_link_hash_entry *, struct internal_syment *,
bfd_vma *));
- boolean (*_bfd_coff_adjust_symndx)\
+ boolean (*_bfd_coff_adjust_symndx)
PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *,
struct internal_reloc *, boolean *));
diff --git a/bfd/doc/bfd.info-9 b/bfd/doc/bfd.info-9
index 5ef53b7f809..fd02f64fb2a 100644
--- a/bfd/doc/bfd.info-9
+++ b/bfd/doc/bfd.info-9
@@ -176,11 +176,14 @@ Index
* BFD_RELOC_386_TLS_DTPMOD32: howto manager.
* BFD_RELOC_386_TLS_DTPOFF32: howto manager.
* BFD_RELOC_386_TLS_GD: howto manager.
+* BFD_RELOC_386_TLS_GOTIE: howto manager.
+* BFD_RELOC_386_TLS_IE: howto manager.
* BFD_RELOC_386_TLS_IE_32: howto manager.
* BFD_RELOC_386_TLS_LDM: howto manager.
* BFD_RELOC_386_TLS_LDO_32: howto manager.
* BFD_RELOC_386_TLS_LE: howto manager.
* BFD_RELOC_386_TLS_LE_32: howto manager.
+* BFD_RELOC_386_TLS_TPOFF: howto manager.
* BFD_RELOC_386_TLS_TPOFF32: howto manager.
* BFD_RELOC_390_12: howto manager.
* BFD_RELOC_390_COPY: howto manager.
diff --git a/bfd/doc/bfdt.texi b/bfd/doc/bfdt.texi
index a6e0ad9a5e0..46bb61a4c63 100644
--- a/bfd/doc/bfdt.texi
+++ b/bfd/doc/bfdt.texi
@@ -104,6 +104,9 @@ struct _bfd
/* Symbol table for output BFD (with symcount entries). */
struct symbol_cache_entry **outsymbols;
+ /* Used for slurped dynamic symbol tables. */
+ unsigned int dynsymcount;
+
/* Pointer to structure which contains architecture information. */
const struct bfd_arch_info *arch_info;
@@ -661,12 +664,12 @@ extern bfd_byte *bfd_get_relocated_section_contents
@subsubsection @code{bfd_alt_mach_code}
@strong{Synopsis}
@example
-boolean bfd_alt_mach_code(bfd *abfd, int index);
+boolean bfd_alt_mach_code(bfd *abfd, int alternative);
@end example
@strong{Description}@*
When more than one machine code number is available for the
same machine type, this function can be used to switch between
-the preferred one (index == 0) and any others. Currently,
+the preferred one (alternative == 0) and any others. Currently,
only ELF supports this feature, with up to two alternate
machine codes.
diff --git a/bfd/doc/coffcode.texi b/bfd/doc/coffcode.texi
index e7c9d772b42..473747e21fb 100644
--- a/bfd/doc/coffcode.texi
+++ b/bfd/doc/coffcode.texi
@@ -398,7 +398,7 @@ typedef struct
struct coff_link_hash_entry *, struct internal_syment *,
bfd_vma *));
- boolean (*_bfd_coff_adjust_symndx)\
+ boolean (*_bfd_coff_adjust_symndx)
PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *,
struct internal_reloc *, boolean *));
diff --git a/bfd/doc/reloc.texi b/bfd/doc/reloc.texi
index 456fc2995f5..1ebd4309e31 100644
--- a/bfd/doc/reloc.texi
+++ b/bfd/doc/reloc.texi
@@ -804,6 +804,9 @@ MIPS ELF relocations.
@deffnx {} BFD_RELOC_386_RELATIVE
@deffnx {} BFD_RELOC_386_GOTOFF
@deffnx {} BFD_RELOC_386_GOTPC
+@deffnx {} BFD_RELOC_386_TLS_TPOFF
+@deffnx {} BFD_RELOC_386_TLS_IE
+@deffnx {} BFD_RELOC_386_TLS_GOTIE
@deffnx {} BFD_RELOC_386_TLS_LE
@deffnx {} BFD_RELOC_386_TLS_GD
@deffnx {} BFD_RELOC_386_TLS_LDM