aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Collapse)AuthorFilesLines
2000-07-292000-07-28 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-1/+7
* configure.in: Add bits for i860-stardent-{sysv4, elf}*. * configure: Regenerated. * config/obj-elf.c (obj_elf_type): Recognize a fifth type of operand to the .type directive (.e.g, "type").
2000-07-28comment-finding hack for hppa-linux.Alan Modra2-0/+33
2000-07-28Fix GCC warnings.Andrew Cagney1-5/+6
Abort if code falls off end of md_estimate_size_before_relax().
2000-07-28Fix formattingNick Clifton2-628/+740
2000-07-27Kazu Hirata's formatting fixes.Alan Modra3-895/+900
2000-07-24* config/obj-coff.c (obj_frob_symbol): Don't mergeDJ Delorie1-0/+3
labels. Don't merge if the symbol isn't constant. Return immediately if a symbol is merged.
2000-07-20* config/obj-coff.c (obj_frob_symbol): revert previous change,DJ Delorie1-16/+10
it breaks linking against DLLs.
2000-07-20 * configure.in: Add CRIS support.Hans-Peter Nilsson4-0/+2958
* configure: Regenerate. * Makefile.am: (CPU_TYPES): Add cris. (CPU_OBJ_VALID) [aout]: Add cris. (MULTI_CPU_TYPES): Add cris. (MULTI_CPU_OBJ_VALID) [aout]: Add cris. [coff]: Only i386 and mips are valid. (TARGET_CPU_CFILES): Add config/tc-cris.c. (TARGET_CPU_HFILES): Add config/tc-cris.h. (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c. Regenerate dependencies. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * as.c: Declare crisaout, criself. * config/tc-cris.h, config/tc-cris.c: New. * config/e-criself.c, config/e-crisaout.c: New. * po/POTFILES.in, po/gas.pot: Regenerate.
2000-07-19#ifdef OBJ_SOM, not #ifdef SOMAlan Modra1-16/+17
2000-07-17Don't merge labels. Don't merge if the symbol isn't constant. Don't callNick Clifton1-10/+16
S_SET_EXTERNAL if the storage class is already set.
2000-07-17Fix formatting.Nick Clifton1-98/+72
2000-07-17Fix formatting.Nick Clifton2-281/+258
2000-07-17Fix formatting.Nick Clifton2-265/+321
2000-07-17Fix formattingNick Clifton1-102/+74
2000-07-15(hppa_fix_adjustable): Don't reduce certain symbols to section syms.Alan Modra1-3/+30
2000-07-14*** empty log message ***Nick Clifton1-1/+1
2000-07-14Add new command line switch --no-construct-floatsNick Clifton1-6/+34
2000-07-12 Add padding to the last section when aligning it increases its size.Nick Clifton1-2/+14
2000-07-11Fix formatting.Nick Clifton1-1547/+1637
2000-07-10Fix formattingNick Clifton1-601/+632
2000-07-10 Fix formatting.Nick Clifton1-82/+55
2000-07-10More warning fixes, and a tweak in tc-hppa.c to check constantAlan Modra1-1/+3
branch offsets a little more thoroughly.
2000-07-09Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra5-171/+272
and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
2000-07-08Fix formatingNick Clifton1-504/+505
2000-07-08Fix formattingNick Clifton1-71/+68
2000-07-07Fix comments.Nick Clifton13-31/+35
2000-07-07fixed another comment formatting problem.Nick Clifton1-1/+2
2000-07-07Fix formatting.Nick Clifton1-58/+57
2000-07-06oops - omitted frpom previous deltaNick Clifton1-1/+1
2000-07-06Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implementNick Clifton1-0/+7
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
2000-07-06Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney1-1/+6
* config/tc-d30v.h: Include "write.h" for fixS. (d30v_start_line, md_pcrel_from_section): Add function prototypes.
2000-07-05Further changes to warning messagesNick Clifton1-4/+6
2000-07-04* config/tc-arm.c (psrs): Accept combinations of flags.Alexandre Oliva1-0/+121
2000-07-03Tidy up formatting.Nick Clifton2-69/+158
Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2-0/+63
* configure.in: Add entry for mips-*-sysv4*MP* * configure: Rebuild * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or elf32-tradlittlemips for traditional mips targets. * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the test for Link Once sections as in adjust_reloc_syms. * config/te-tmips.h: New file for traditional mips targets. Define TE_TMIPS.
2000-06-29Do not change an existing section's attributes if a flags argument isn'tNick Clifton1-12/+29
present. Warn if the new attributes don't match the section's current attributes.
2000-06-29 * config/obj-aout.c (obj_aout_type): Do not ignore for undefinedHans-Peter Nilsson1-15/+12
symbols; create them.
2000-06-2816 bit immediate expr support for mipsAldy Hernandez1-8/+4
2000-06-27Do not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverseNick Clifton1-8/+16
sequential buckets, and warn if the user does so.
2000-06-27Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR ↵Nick Clifton1-23/+27
port.
2000-06-25Fix spelling typos.Nick Clifton8-28/+27
Remove use of DEFUN().
2000-06-25Assemble ldmac correctly.Nick Clifton1-1/+6
2000-06-25386.c (md_estimate_size_before_relax): RevertDJ Delorie1-28/+2
more changes from Sept 1999 (tc_i386_fix_adjustable): ditto (md_apply_fix3): ditto
2000-06-24Blow away DEFUN.Alan Modra4-94/+95
2000-06-24Fix comment typos.Alan Modra1-6/+6
2000-06-23Kazu Hirata's formatting and comment typo fixes.Alan Modra1-122/+76
2000-06-23Move premature QP notation clearing to it's appropriate location.Timothy Wall1-3/+7
2000-06-22Fix a problem with 32-bit displacements in .code16gcc mode.Alan Modra1-19/+31
2000-06-21 * config/tc-h8300.c (parse_reg): Make the function static.Jeff Law1-3/+3
(parse_exp): Likewise.
2000-06-21* config/tc-i386.c (tc_i386_fix_adjustable): Revert change fromDJ Delorie1-1/+0
Sept 1999; RVA relocs need to be treated more like DIR32 relocs for cygwin import libraries to work properly.