mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
add title, fix some minor problems
This commit is contained in:
@ -1,5 +1,13 @@
|
|||||||
\input texinfo
|
\input texinfo
|
||||||
@setfilename bfdint.info
|
@setfilename bfdint.info
|
||||||
|
|
||||||
|
@settitle BFD Internals
|
||||||
|
@iftex
|
||||||
|
@title{BFD Internals}
|
||||||
|
@author{Ian Lance Taylor}
|
||||||
|
@author{Cygnus Solutions}
|
||||||
|
@end iftex
|
||||||
|
|
||||||
@node Top
|
@node Top
|
||||||
@top BFD Internals
|
@top BFD Internals
|
||||||
@raisesections
|
@raisesections
|
||||||
@ -278,7 +286,7 @@ always possible to use statically initialized structures holding
|
|||||||
function pointers and magic constants instead.
|
function pointers and magic constants instead.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
The following a list of the files which are compiled multiple times.
|
The following is a list of the files which are compiled multiple times.
|
||||||
|
|
||||||
@table @file
|
@table @file
|
||||||
@item aout-target.h
|
@item aout-target.h
|
||||||
@ -406,9 +414,9 @@ Relocation handling has been implemented in various different ways, all
|
|||||||
somewhat incompatible, none perfect.
|
somewhat incompatible, none perfect.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
BFD relocation concepts:: BFD relocation concepts
|
* BFD relocation concepts:: BFD relocation concepts
|
||||||
BFD relocation functions:: BFD relocation functions
|
* BFD relocation functions:: BFD relocation functions
|
||||||
BFD relocation future:: BFD relocation future
|
* BFD relocation future:: BFD relocation future
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node BFD relocation concepts
|
@node BFD relocation concepts
|
||||||
|
Reference in New Issue
Block a user