aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
2000-07-20Fix formatting.Nick Clifton2-520/+514
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+7
* sb.c: Include <stdlib.h> if exists for abort ().
2000-07-19#ifdef OBJ_SOM, not #ifdef SOMAlan Modra2-16/+23
2000-07-19Fix a couple of HPPA SOM test failures.Alan Modra3-4/+15
Re-enable some tests for hppa-linux.
2000-07-18Fix expected results to match current assembler output.Nick Clifton2-10/+15
2000-07-17Don't merge labels. Don't merge if the symbol isn't constant. Don't callNick Clifton2-10/+22
S_SET_EXTERNAL if the storage class is already set.
2000-07-17Additions due to recent changesNick Clifton1-314/+315
2000-07-17Fix formatting.Nick Clifton2-98/+73
2000-07-17Fix formatting.Nick Clifton3-281/+260
2000-07-17Fix formatting.Nick Clifton3-265/+323
2000-07-17Fix formattingNick Clifton2-102/+78
2000-07-17* new parsing optionFrank Ch. Eigler2-0/+11
2000-07-17 Frank Ch. Eigler <fche@redhat.com> * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN is defined.
2000-07-15 * doc/c-mips.texi (MIPS Opts): Remove erroneous space afterIan Lance Taylor2-1/+6
@code.
2000-07-15(hppa_fix_adjustable): Don't reduce certain symbols to section syms.Alan Modra2-3/+37
2000-07-14*** empty log message ***Nick Clifton1-1/+1
2000-07-14Add new command line switch --no-construct-floatsNick Clifton3-6/+63
2000-07-13Fix some mips configure problems.Alan Modra3-203/+190
2000-07-12 Add padding to the last section when aligning it increases its size.Nick Clifton2-2/+19
2000-07-11Fix formatting.Nick Clifton2-1547/+1641
2000-07-10Fix formattingNick Clifton2-601/+633
2000-07-10 Fix formatting.Nick Clifton4-342/+323
2000-07-10Yet more hppa testuite tweaks for hppa-linux.Alan Modra15-56/+78
2000-07-10More warning fixes, and a tweak in tc-hppa.c to check constantAlan Modra4-6/+21
branch offsets a little more thoroughly.
2000-07-09Forgot to save in emacs.Alan Modra1-2/+0
2000-07-09Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra8-360/+545
and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
2000-07-082000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>Ulf Carlsson2-1/+5
* doc/internals.texi (Expressions): Fix typo.
2000-07-08Fix formattingNick Clifton3-49/+43
2000-07-08Fix formatingNick Clifton2-504/+506
2000-07-08Fix formattingNick Clifton2-71/+72
2000-07-07Fix comments.Nick Clifton16-580/+634
2000-07-07fixed another comment formatting problem.Nick Clifton1-1/+2
2000-07-07oops - omitted from previous deltaNick Clifton1-2/+2
2000-07-07Fix formatting.Nick Clifton2-58/+61
2000-07-06oops - omitted frpom previous deltaNick Clifton1-1/+1
2000-07-06Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implementNick Clifton3-0/+23
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
2000-07-06Always NULL terminate long option list.Andrew Cagney2-3/+12
2000-07-06Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2-1/+11
* config/tc-d30v.h: Include "write.h" for fixS. (d30v_start_line, md_pcrel_from_section): Add function prototypes.
2000-07-05Fix expected resultsNick Clifton3-98/+114
Fix expected results.
2000-07-05oops - omitted from previous deltaNick Clifton1-0/+6
2000-07-05Further changes to warning messagesNick Clifton1-4/+6
2000-07-05add MAINTAINERS filesDJ Delorie2-0/+5
2000-07-04* config/tc-arm.c (psrs): Accept combinations of flags.Alexandre Oliva2-0/+125
2000-07-03Tidy up formatting.Nick Clifton3-69/+179
Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
2000-07-02Forgot to commit the ChangeLog.Ulf Carlsson1-0/+11
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson4-175/+266
* 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 Clifton2-12/+38
present. Warn if the new attributes don't match the section's current attributes.
2000-06-29Change the registers used in ldmac and stmac tests.Nick Clifton3-11/+17
2000-06-29Fix previous delta so that it is only used for TE_GO32 and not !TE_PE.Nick Clifton2-6/+7
2000-06-29 * config/obj-aout.c (obj_aout_type): Do not ignore for undefinedHans-Peter Nilsson2-15/+17
symbols; create them.
2000-06-29Set vma and lma for segment when using the BFD_ASSEMBLER for COFF format files.Nick Clifton2-0/+29