summaryrefslogtreecommitdiff
path: root/gas
Commit message (Collapse)AuthorAgeFilesLines
* Add --pcrel option to m68k portNick Clifton2000-07-3110-760/+832
|
* 2000-07-28 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-07-291-0/+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-28 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-07-293-226/+227
| | | | | | | * 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").
* comment-finding hack for hppa-linux.Alan Modra2000-07-286-0/+66
|
* Fix GCC warnings.Andrew Cagney2000-07-282-5/+13
| | | | Abort if code falls off end of md_estimate_size_before_relax().
* Fix formattingNick Clifton2000-07-283-628/+745
|
* Kazu Hirata's formatting fixes.Alan Modra2000-07-274-895/+910
|
* Wrong date on last entry.Dave Brolley2000-07-261-1/+1
|
* 2000-07-26 Dave Brolley <brolley@redhat.com>Dave Brolley2000-07-262-4/+12
| | | | | | | * cgen.c (queue_fixup): Declare opinfo. (gas_cgen_parse_operand): Mark unused parameters with ATTRIBUTE_UNUSED. (gas_cgen_md_operand): Ditto. (gas_cgen_md_apply_fix3): Ditto.
* * config/obj-coff.c (obj_frob_symbol): Don't mergeDJ Delorie2000-07-242-0/+9
| | | | | labels. Don't merge if the symbol isn't constant. Return immediately if a symbol is merged.
* Correct absolute section alignment.Alan Modra2000-07-222-2/+7
|
* Forgot to commit ChangeLog entry for CRIS gas tests. Oops.Hans-Peter Nilsson2000-07-211-0/+1
|
* * gas/cris/*: New tests for CRIS.Hans-Peter Nilsson2000-07-2186-0/+8940
|
* * config/obj-coff.c (obj_frob_symbol): revert previous change,DJ Delorie2000-07-202-16/+15
| | | | it breaks linking against DLLs.
* Fix formatting.Nick Clifton2000-07-202-312/+309
|
* * gas/all/gas.exp: Don't run floating-point tests on CRIS.Hans-Peter Nilsson2000-07-204-3/+16
| | | | | * gas/ieee-fp/x930509a.exp: Ditto. * gas/macros/macros.exp: Mark strings test xfail for CRIS.
* * configure.in: Add CRIS support.Hans-Peter Nilsson2000-07-2013-472/+3747
| | | | | | | | | | | | | | | | | | | * 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.
* Fix formatting.Nick Clifton2000-07-202-520/+514
|
* 2000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu2000-07-192-0/+7
| | | | * sb.c: Include <stdlib.h> if exists for abort ().
* #ifdef OBJ_SOM, not #ifdef SOMAlan Modra2000-07-192-16/+23
|
* Fix a couple of HPPA SOM test failures.Alan Modra2000-07-193-4/+15
| | | | Re-enable some tests for hppa-linux.
* Fix expected results to match current assembler output.Nick Clifton2000-07-182-10/+15
|
* Don't merge labels. Don't merge if the symbol isn't constant. Don't callNick Clifton2000-07-172-10/+22
| | | | S_SET_EXTERNAL if the storage class is already set.
* Additions due to recent changesNick Clifton2000-07-171-314/+315
|
* Fix formatting.Nick Clifton2000-07-172-98/+73
|
* Fix formatting.Nick Clifton2000-07-173-281/+260
|
* Fix formatting.Nick Clifton2000-07-173-265/+323
|
* Fix formattingNick Clifton2000-07-172-102/+78
|
* * new parsing optionFrank Ch. Eigler2000-07-172-0/+11
| | | | | | | 2000-07-17 Frank Ch. Eigler <fche@redhat.com> * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN is defined.
* * doc/c-mips.texi (MIPS Opts): Remove erroneous space afterIan Lance Taylor2000-07-152-1/+6
| | | | @code.
* (hppa_fix_adjustable): Don't reduce certain symbols to section syms.Alan Modra2000-07-152-3/+37
|
* *** empty log message ***Nick Clifton2000-07-141-1/+1
|
* Add new command line switch --no-construct-floatsNick Clifton2000-07-143-6/+63
|
* Fix some mips configure problems.Alan Modra2000-07-133-203/+190
|
* Add padding to the last section when aligning it increases its size.Nick Clifton2000-07-122-2/+19
|
* Fix formatting.Nick Clifton2000-07-112-1547/+1641
|
* Fix formattingNick Clifton2000-07-102-601/+633
|
* Fix formatting.Nick Clifton2000-07-104-342/+323
|
* Yet more hppa testuite tweaks for hppa-linux.Alan Modra2000-07-1015-56/+78
|
* More warning fixes, and a tweak in tc-hppa.c to check constantAlan Modra2000-07-104-6/+21
| | | | branch offsets a little more thoroughly.
* Forgot to save in emacs.Alan Modra2000-07-091-2/+0
|
* Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra2000-07-098-360/+545
| | | | | and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
* 2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>Ulf Carlsson2000-07-082-1/+5
| | | | * doc/internals.texi (Expressions): Fix typo.
* Fix formattingNick Clifton2000-07-083-49/+43
|
* Fix formatingNick Clifton2000-07-082-504/+506
|
* Fix formattingNick Clifton2000-07-082-71/+72
|
* Fix comments.Nick Clifton2000-07-0716-580/+634
|
* fixed another comment formatting problem.Nick Clifton2000-07-071-1/+2
|
* oops - omitted from previous deltaNick Clifton2000-07-071-2/+2
|
* Fix formatting.Nick Clifton2000-07-072-58/+61
|