mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* doc/Makefile.am (asconfig.texi): Set top_srcdir.
* doc/Makefile.in: Regenerated. * doc/as.texinfo: Document "@FILE".
This commit is contained in:
parent
422fee64f8
commit
a0b7da7978
@ -1,3 +1,9 @@
|
||||
2005-11-07 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* doc/Makefile.am (asconfig.texi): Set top_srcdir.
|
||||
* doc/Makefile.in: Regenerated.
|
||||
* doc/as.texinfo: Document "@FILE".
|
||||
|
||||
2005-11-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/1568
|
||||
|
@ -19,9 +19,8 @@ info_TEXINFOS = as.texinfo
|
||||
|
||||
asconfig.texi: $(CONFIG).texi
|
||||
rm -f asconfig.texi
|
||||
ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
|
||||
|| ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
|
||||
|| cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
|
||||
cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
|
||||
echo "@set top_srcdir $(top_srcdir)" >> ./asconfig.texi
|
||||
|
||||
CPU_DOCS = \
|
||||
c-alpha.texi \
|
||||
|
@ -576,9 +576,8 @@ uninstall-man: uninstall-man1
|
||||
|
||||
asconfig.texi: $(CONFIG).texi
|
||||
rm -f asconfig.texi
|
||||
ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
|
||||
|| ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
|
||||
|| cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
|
||||
cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
|
||||
echo "@set top_srcdir $(top_srcdir)" >> ./asconfig.texi
|
||||
|
||||
gasver.texi: $(srcdir)/../../bfd/configure
|
||||
rm -f $@
|
||||
|
@ -231,8 +231,9 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
|
||||
[@b{--listing-cont-lines}=@var{NUM}] [@b{--keep-locals}] [@b{-o}
|
||||
@var{objfile}] [@b{-R}] [@b{--reduce-memory-overheads}] [@b{--statistics}]
|
||||
[@b{-v}] [@b{-version}] [@b{--version}] [@b{-W}] [@b{--warn}]
|
||||
[@b{--fatal-warnings}] [@b{-w}] [@b{-x}] [@b{-Z}] [@b{--target-help}]
|
||||
[@var{target-options}] [@b{--}|@var{files} @dots{}]
|
||||
[@b{--fatal-warnings}] [@b{-w}] [@b{-x}] [@b{-Z}] [@b{@@@var{FILE}}]
|
||||
[@b{--target-help}] [@var{target-options}]
|
||||
[@b{--}|@var{files} @dots{}]
|
||||
@c
|
||||
@c Target dependent options are listed below. Keep the list sorted.
|
||||
@c Add an empty line for separation.
|
||||
@ -450,6 +451,8 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
|
||||
@c man begin OPTIONS
|
||||
|
||||
@table @gcctabopt
|
||||
@include @value{top_srcdir}/../libiberty/at-file.texi
|
||||
|
||||
@item -a[cdhlmns]
|
||||
Turn on listings, in any of a variety of ways:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user