diff options
author | Alan Modra <amodra@gmail.com> | 2003-05-20 07:58:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-05-20 07:58:07 +0000 |
commit | 54cfded08ec4835361d381d602fe3f845a45c118 (patch) | |
tree | 74ca96db0684fe552779ec353d72fe7b4e37c9e2 /gas/doc/Makefile.in | |
parent | 58da2eb2121a5931361d4f1df6888799ff6affc3 (diff) | |
download | gdb-54cfded08ec4835361d381d602fe3f845a45c118.zip gdb-54cfded08ec4835361d381d602fe3f845a45c118.tar.gz gdb-54cfded08ec4835361d381d602fe3f845a45c118.tar.bz2 |
* dw2gencfi.c, dw2gencfi.h: New files.
* config/tc-i386.c (tc_x86_cfi_init): New function.
* config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines.
* as.c (parse_args): Set verbose flag on --verbose.
(main): Call tc_cfi_init()/cfi_finish().
* as.h (verbose): New external variable.
* read.c (pobegin): Insert CFI pops to the list.
* symbols.c (local_symbol_make): Make symbol external.
* symbols.h (local_symbol_make): New prototype.
* Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am".
* Makefile.in: Regenerate.
* doc/as.texinfo: Added node "CFI directives" with description of
all implemented .cfi_* directives.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
Diffstat (limited to 'gas/doc/Makefile.in')
-rw-r--r-- | gas/doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 6b8a4e4..0a1b7a3 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -195,7 +195,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: |