aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
AgeCommit message (Collapse)AuthorFilesLines
2000-01-10fixup ARM documentationNick Clifton2-3/+17
2000-01-03ELF visibility patch from Martin LoewisNick Clifton1-0/+37
1999-10-11* as.c (show_usage): Document new options.Geoffrey Keating2-12/+39
(parse_args): Add --no-warn, --warn, --fatal-warnings, which become 'W', OPTION_WARN, and OPTION_WARN_FATAL. (parse_args): Parse the new options. (main): If there were warnings, and --fatal-warnings was specified, print an error. * as.h: New variable, flag_fatal_warnings, for new option.
1999-10-05add m32rx docsDoug Evans1-1/+122
1999-09-12 * write.c (write_relocs): Call SET_SECTION_RELOCS if it isIan Lance Taylor1-0/+7
defined. * config/obj-coff.h (SET_SECTION_RELOCS): Define. * doc/internals.texi (Object format backend): Document SET_SECTION_RELOCS.
1999-09-09 * doc/c-arm.texi: Fix arguments of @var to not containAndreas Schwab1-5/+5
punctuation.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor5-7/+71
* config/tc-pj.c: New file, supports picoJava in ELF. * config/tc-pj.h: Ditto. * configure.in (pjl*, pj*): New targets. * Makefile.am: Rebuild dependencies. (CPU_TYPES): Add pj. (TARGET_CPU_CFILES): Add config/tc-pj.c. (TARGET_CPU_HFILES): Add config/tc-pj.h. * doc/c-pj.texi: New file. * doc/as.texinfo: Add some PJ specifics. * doc/all.texi: Add PJ to the list of all architectures, sort them all alphabetically. * doc/Makefile.in (CPU_DOCS): Add c-pj.texi. * configure, Makefile.in, doc/Makefile.in: Rebuild.
1999-09-01Document new command line switches.Nick Clifton1-7/+26
1999-08-08 * doc/as.texinfo (Section): Document 's' flag for COFF version.Ian Lance Taylor1-0/+2
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> * config/obj-coff.c (obj_coff_section): Handle 's' (shared) section flag.
1999-08-08 * configure.in: Define and substitute GDBINIT. Change AC_OUTPUTIan Lance Taylor1-0/+1
line to crate ${GDBINIT} rather than .gdbinit. * configure, Makefile.in, doc/Makefile.in: Rebuild.
1999-08-04Support for gcc to generate 16-bit i386 code. (.code16gcc)Alan Modra1-4/+15
1999-07-30Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1-2/+5
* config/tc-sparc.c (md_longopts): Add --no-undeclared-regs option. (sparc_ip): Warn if %g2 or %g3 register is used and not covered by .register pseudo-op if -64 and --no-undeclared-regs. (s_register, sparc_adjust_symtab): New functions. * config/tc-sparc.h (tc_adjust_symtab, sparc_adjust_symtab): Declare sparc_adjust_symtab as tc_adjust_symtab. * doc/c-sparc.texi: Add description of #ignore special literal for .register pseudo-op.
1999-07-16Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1-1/+13
* doc/c-sparc.texi: Document .register and .nword pseudo-ops.
1999-07-08Document .thumb_set directive.Nick Clifton1-0/+8
1999-07-05Add support for armv5 architectureNick Clifton1-6/+47
Add ADRL pseudo op.
1999-06-03 * doc/internals.texi (Symbols): Describe changes in symbolIan Lance Taylor1-11/+138
handling.
1999-06-03Update.Richard Henderson1-1/+1
1999-05-17รจAlan Modra1-1/+4
Move bitfield overflow checks to after the md_apply_fix call in fixup_segment so that md_apply_fix has a chance to modify value. Handle 8 and 16-bit pcrel relocs for i386. Prototypes and other minor code cleanups.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson26-0/+13830