aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
AgeCommit message (Collapse)AuthorFilesLines
1998-05-14Change command line switch fron --enable-special to --m32rx-enable-specialNick Clifton1-2/+7
1998-05-12Add --enable-special command line switch.Nick Clifton1-0/+22
1998-04-22fix sanitization for gettext changesIan Lance Taylor1-9/+11
1998-04-21 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX andIan Lance Taylor1-142/+357
AC_DECL_YYTEXT. * configure: Rebuild with new automake and libtool. * aclocal.m4, Makefile.in: Likewise. * doc/Makefile.am (as.dvi): New target. * doc/Makefile.in: Rebuild.
1998-02-13Reverted writes_to_pc() back to old version of code until PC operands areNick Clifton1-23/+6
supported by cgen.
1998-02-12 * as.c (show_usage): Update bug-gnu-utils address.Ian Lance Taylor1-1/+1
* gasp.c (show_usage): Likewise. * doc/as.texinfo (Bug Reporting): Likewise.
1998-02-11Document M32Rx warnings and errors.Nick Clifton2-9/+136
Document --warn-explicit-parallel-conflicts.
1998-02-06Add -mv850any command line option for PR 14732Nick Clifton1-11/+23
1998-02-06 * ehopt.c: New file.Ian Lance Taylor1-1/+5
* 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.
1998-01-27 * as.c (parse_args): Add --keep-locals alias for -L.Richard Henderson1-5/+47
Add --strip-local-absolute. (show_usage): Update. * as.h (flag_strip_local_absolute): New flag. * symbols.c (S_IS_LOCAL): Use it. * config/obj-aout.h (S_IS_LOCAL): Likewise. * config/obj-bout.h (S_IS_LOCAL): Likewise. * config/obj-coff.h (S_IS_LOCAL): Likewise. PR 14689
1997-12-22tipoIan Lance Taylor1-0/+292
1997-12-18fix d30v sanitizationIan Lance Taylor1-1/+1
1997-12-17Start d30v documentationMichael Meissner1-0/+36
1997-12-16Fixed m32rx sanitizationNick Clifton1-1/+1
1997-12-16Added m32rx sanitization.Nick Clifton2-0/+32
1997-12-16Added c-m32r.exi to list of kept files.Nick Clifton1-0/+1
1997-12-16Document new --m32rx command line option.Nick Clifton3-9/+65
1997-11-05(struct frag): Delete docs for fr_opcode_frag, fr_opcode_offset, fr_bsr.Doug Evans1-6/+3
Add docs for tc_frag_data.
1997-11-05Document TC_INIT_FIX_DATA, TC_FIX_DATA_PRINT.Doug Evans1-0/+9
1997-11-05Update ns32k docs.Doug Evans1-11/+46
1997-09-21Fixed sanitization bugs.Nick Clifton1-56/+5
1997-09-19Update sparc -A/-xarch docs.David Edelsohn1-3/+11
1997-09-18sanitization fixes. typoes, missing fences, "start" instead of "end", etc.Felix Lee1-16/+16
1997-09-17Added support for ctoff() reloc prefix.Nick Clifton1-1/+16
1997-09-09Correcte dscription of hi() reloc prefix. Added description of hi0() reloc ↵Nick Clifton1-3/+25
prefix.
1997-09-09Added documentation if hilo() reloc prefix.Nick Clifton1-1/+13
1997-09-09Added documentation for new command line options and pseudo ops.Nick Clifton1-2/+67
1997-09-02Explanations of offsets in SDA/ZDA areas fixed.Nick Clifton1-5/+15
1997-08-26 * doc/as.texinfo (Machine Dependencies): Add v850 to menu.Ian Lance Taylor2-1/+4
* doc/c-v850.texi: Change node name to match other chapter nodes.
1997-08-26Corrected name of tiny data area label.Nick Clifton1-2/+2
1997-08-25Fixed node name.Nick Clifton1-1/+1
1997-08-23fix v850 sanitizationIan Lance Taylor1-0/+1
1997-08-22Added documentation of v850 assembler options.Nick Clifton4-3/+372
1997-08-15fix copyrightsIan Lance Taylor1-1/+1
1997-08-15 * as.h (enum debug_info_type): Define.Ian Lance Taylor2-1/+10
(debug_type): Declare. * as.c (debug_type): New global variable. (show_usage): Add --gstabs. (parse_args): Handle --gstabs. * read.c (generate_asm_lineno): Remove. (read_a_source_file): Output stabs debugging if appropriate. Change checks of generate_asm_lineno to check debug_type. Only generate ECOFF debugging if ECOFF_DEBUGGING is defined. * read.h (generate_asm_lineno): Don't declare. (stabs_generate_asm_lineno): Declare. * stabs.c (stabs_generate_asm_lineno): New function. * ecoff.c (add_file): Use debug_type, not generate_asm_lineno. Don't turn off debugging. (add_file): Remove old #if 0 code. (ecoff_new_file): Set debug_type, not generate_asm_lineno. (ecoff_directive_end): Don't generate stabs line symbols. (ecoff_generate_asm_lineno): Don't check stabs_seen. Don't set generate_asm_lineno. (line_label_cnt): Remove. (ecoff_generate_asm_line_stab): Remove. * ecoff.h (ecoff_generate_asm_line_stab): Don't declare. * doc/as.texinfo, doc/as.1: Document --gstabs.
1997-08-15Remove ARC sanitization.David Edelsohn2-74/+79
1997-08-06 * doc/Makefile.am: New file, based on old doc/Makefile.in.Ian Lance Taylor1-0/+1
* doc/Makefile.in: Now built with automake.
1997-06-03add c-arm.texiIan Lance Taylor1-0/+1
1997-05-23 * doc/as.texinfo: Updated for -MD option.Tom Tromey1-1/+18
* Makefile.in (CFILES): Added depend.c. (OBJS): Added depend.o. * as.h (start_dependencies, register_dependency, print_dependencies): New declarations. * depend.c: New file. * as.c (parse_args): Added -MD option. (main): Call print_dependencies. (show_usage): Added help for -MD. * read.c (s_app_file): Call register_dependency. (s_include): Call register_dependency when file is found. (read_a_source_file): Call register_dependency.
1997-03-21 * doc/as.texinfo (Symbol Names): Don't use obsolete @ctrl macro.Ian Lance Taylor1-17/+111
1997-02-27remove d10v sanitizationIan Lance Taylor1-7/+1
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner2-56/+49
1997-02-14 * read.c (do_align): Add max parameter. Change all callers.Ian Lance Taylor1-2/+14
Remove useless static variables. (s_align): New static function. Do common portion of s_align_bytes and s_align_ptwo. (s_align_bytes, s_align_ptwo): Just call s_align. * frags.c (frag_align): Add max parameter. Change all callers. (frag_align_pattern): Likewise. * frags.h (frag_align, frag_align_pattern): Update declarations. * write.c (relax_segment): Limit alignment change to fr_subtype. Fix some types to be addressT. * config/obj-coff.c (size_section): Likewise. * config/obj-ieee.c (size_section): Likewise. * config/tc-d10v.h (md_do_align): Add max parameter. * config/tc-i386.h (md_do_align): Likewise. * config/tc-m88k.h (md_do_align): Likewise. * config/tc-m88k.c (m88k_do_align): Likewise. * config/tc-sh.h (md_do_align): Likewise. * config/tc-sh.c (sh_do_align): Likewise. * as.h: Improve comments on rs_align and rs_align_code. * doc/as.texinfo: Document new alignment arguments. * doc/internals.texi (Frags): Document use of fr_subtype field for rs_align and rs_align_code.
1997-02-14 * doc/Makefile.in (TEXI2DVI): Set to just name of program.Fred Fish1-391/+1145
(DVIPS): Set to dvips. (ps, as.ps, gasp.ps): New targets. (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS and MAKEINFO env variables. (internals.ps): Use DVIPS macro. (clean): Remove core and backup files. (distclean): Remove temporary files from building internals. (clean-dvi): Ditto. * doc/internals.texi (Frags): Fix typo. (GAS processing): Ditto. (CPU backend): Ditto. * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly. * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1. * read.c: Remove ugly hack that dealt with config files not correctly defining TARGET_BYTES_BIG_ENDIAN. (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly. * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1. * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0. * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1. * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0. * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1. * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN with TARGET_BYTES_BIG_ENDIAN defined to 0. * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just whether it is defined or not. * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN. * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just whether it is defined or not. start-sanitize-tic80 * config/tic80.h (TARGET_FORMAT): Define to coff-tic80. (TARGET_BYTES_BIG_ENDIAN): Define to 0. end-sanitize-tic80
1997-01-02 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:Ian Lance Taylor1-0/+474
* config/tc-m68k.c (m68k_index_width_default): New static variable. (m68k_ip): Use m68k_index_width_default to set the size of a base register whose size was not given. (md_longopts): Add --base-size-default-16 and --base-size-default-32. (md_parse_option): Handle new options. (md_show_usage): Mention new options. * doc/c-m68k.texi (M68K-Opts): Document new options.
1997-01-02fix copyrightIan Lance Taylor1-3/+3
1997-01-02 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.Ian Lance Taylor1-0/+183
1996-12-27 * doc/as.texinfo (M): Mention explicitly that -M changes macroIan Lance Taylor1-2/+3
handling. PR 11259.
1996-12-16 * doc/as.texinfo (Section): Document how to use the .sectionIan Lance Taylor1-12/+82
pseudo-op for COFF and ELF.
1996-11-01 * doc/as.texinfo: Added section on reporting bugs.Ian Lance Taylor1-1/+236