* ehopt.c: New file.
authorIan Lance Taylor <ian@airs.com>
Fri, 6 Feb 1998 03:42:05 +0000 (03:42 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 6 Feb 1998 03:42:05 +0000 (03:42 +0000)
commitffd652c31307010b25c9a137a8ecff9773e4253a
tree8fef2a917597f0275116f0638ae9633667429cba
parent44d33d559e6557e9ed7a3570c131e0196a25f78a
* ehopt.c: New file.
* as.h (enum _relax_state): Add rs_cfa.
(check_eh_frame, eh_frame_estimate_size_before_relax): Declare.
(eh_frame_relax_frag, eh_frame_convert_frag): Declare.
* read.c (emit_expr): Call check_eh_frame.
* write.c (cvt_frag_to_fill): Handle rs_cfa.
(relax_segment): Likewise.
* Makefile.am: Rebuild dependencies.
  (GAS_CFILES): Add ehopt.c.
(GENERIC_OBJS): Add ehopt.o.
* doc/internals.texi (Frags): Document rs_cfa.

* as.c (show_usage): Mention --traditional-format.
(parse_args): Accept --traditional-format.
* as.h (flag_traditional_format): Declare.
* output-file.c (output_file_create): If flag_traditional_format,
set BFD_TRADITIONAL_FORMAT on stdoutput.
* doc/as.texinfo, doc/as.1: Document --traditional-format.
gas/.Sanitize
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/as.c
gas/as.h
gas/doc/as.1
gas/ehopt.c [new file with mode: 0644]
This page took 0.040947 seconds and 4 git commands to generate.