OSDN Git Service

* dw2gencfi.c, dw2gencfi.h: New files.
authoramodra <amodra>
Tue, 20 May 2003 07:58:06 +0000 (07:58 +0000)
committeramodra <amodra>
Tue, 20 May 2003 07:58:06 +0000 (07:58 +0000)
commit129be85e114844ad540b5221db167bdd0d12fd1f
tree38172b4e9ed2a50fd5a63975703b82c576ff69dd
parent040e0f0716f818b32748878d3b934a0294f11bf7
* 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.
15 files changed:
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/as.c
gas/as.h
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/doc/Makefile.in
gas/doc/as.texinfo
gas/dw2gencfi.c [new file with mode: 0644]
gas/dw2gencfi.h [new file with mode: 0644]
gas/po/POTFILES.in
gas/read.c
gas/symbols.c
gas/symbols.h