aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1993-05-26configure.in template that supports *only* make check. (for releases)Rob Savoye1-0/+16
1993-05-26Makefile fragment that supports *only* make check. (for releases)Rob Savoye1-0/+76
1993-05-25 * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast.Ian Lance Taylor2-1/+10
1993-05-19 * config/tc-h5000.c (build_bytes): Understand @rd mode and buildSteve Chamberlain1-0/+8
relocations correctly.
1993-05-19(build_bytes): Understand @rd mode and build relocations correctly.Steve Chamberlain1-4/+8
1993-05-17Steve sez SH stuff is public nowKen Raeburn1-21/+4
1993-05-17keep the directories that contain testsKen Raeburn1-2/+1
1993-05-17don't keep testscripts subdirKen Raeburn1-2/+4
1993-05-17updatedKen Raeburn1-0/+41
1993-05-17new testsKen Raeburn8-0/+73
1993-05-14Updated list of m68k options, described required-register-prefix hack.Ken Raeburn1-9/+59
Added a tiny bit of documentation on MIPS target. Minor tweaks to `-a' description.
1993-05-14updatedKen Raeburn1-3/+4
1993-05-14override obj_header_append from obj-aout.cKen Raeburn2-0/+52
1993-05-14discard empty rs6000 filesKen Raeburn3-2/+0
1993-05-13Fix stuff broken when sh support was checked in.Ian Lance Taylor1-0/+8
* tc.h (TC_COFF_SIZEMACHDEP): Don't define here. * config/tc-sh.h (TC_COFF_SIZEMACHDEP): Define here instead.
1993-05-10whitespace changes; rely on default initialization for a varKen Raeburn1-13/+20
1993-05-10configure.in: treat m68*-*-sysv* target like m68k-*-coffKen Raeburn1-0/+4
1993-05-10Reorganized test hierarchy to categorize tests.Ken Raeburn29-151/+361
New test procs support examining listing output from assembler. New tests added.
1993-05-06keep new filesKen Raeburn1-0/+8
1993-05-05 * config/tc-mips.c (macro): Correct floating point double wordIan Lance Taylor1-0/+5
loads and stores for big endian target.
1993-05-05lots o' changesKen Raeburn1-0/+118
1993-05-05hp300 support. Emulation mode fix for 386bsd and linux.Ken Raeburn1-161/+128
Reworded some messages. Warn if bfd-assembler explicit selection on command line is overridden by target requiring it be set. (No targets override to clear currently.)
1993-05-05BFD_ASSEMBLER md_convert_frag section arg is not a pointerKen Raeburn1-61/+55
1993-05-05PR fix for debug symbols referring to other symbols, then same name definedKen Raeburn1-68/+48
as common. (crawl_symbols): Don't clear sy_forward field. (yank_symbols): Merge symbols only if sy_forward is null.
1993-05-05 * config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seemsIan Lance Taylor1-0/+22
to want it that way. (ecoff_build_symbols): Turn local st_Proc symbols into st_StaticProc symbols. Set index field of external st_Proc and st_staticProc symbols correctly. * config/tc-mips.h (NO_LISTING): Don't define. People might want listings.
1993-05-05hppa configurationKen Raeburn1-0/+34
1993-05-05hp300 hpux configurationKen Raeburn3-0/+111
1993-04-28include ctype.h, and some special-purpose regs for 29050Ken Raeburn1-0/+15
1993-04-28 * config/obj-ecoff.c (obj_symbol_new_hook): Make up a .file if oneIan Lance Taylor1-0/+6
hasn't been seen yet. (add_ecoff_symbol): Don't refer to cur_file_ptr if it is NULL.
1993-04-27Support for Hitachi SHSteve Chamberlain5-4/+17
1993-04-26 * expr.c (operand): Fix unary plus operator (previously was theIan Lance Taylor1-0/+111
same as '~' operator!).
1993-04-22keep new utility scriptsKen Raeburn1-0/+7
1993-04-22keep new test casesKen Raeburn1-0/+6
1993-04-22keep change logKen Raeburn1-0/+1
1993-04-22version.c is goneKen Raeburn1-2/+4
1993-04-21Handle new tests, and new testing modes.Ken Raeburn1-13/+18
Now gas_test accepts an argument listing options to be tried, individually or in combination, and whether output should be expected. Proc gas_test_error says output should be expected. Still not checking exit status properly, though.
1993-04-21The customer's test case is p2430a.s; p2430.s has different whitespace,Ken Raeburn2-9/+6
comments, who knows what else, but something makes them different. This should be checked by the driver, because they shouldn't be different...
1993-04-21use %-form, so test can be run on m68k-coff tooKen Raeburn1-49/+49
1993-04-21Get version string from config.h now.Ken Raeburn2-71/+56
Fix several functions to compile under traditional C. Deleted _doprnt. Moved some VMS-specific code here from ../symbols.c.
1993-04-21adhere to "start-sanitize-FOO" and "end-sanitize-FOO" conventionRoland Pesch2-28/+31
1993-04-15Add h8.texi to things-to-keepRoland Pesch1-1/+5
1993-04-15as.texinfo, Makefile.inRoland Pesch1-0/+16
1993-04-15(1) Hitachi SH material (sanitizable)Roland Pesch1-1529/+1935
(2) remove smallbook/cropmarks comments; switching to smallbook is now automatic w/house style (3) use `|' alternative convention for SPARC dependent options. UnGNUish, but the convention is used for other machines in this book. (4) cease eliding paragraph about purpose of assembler in Hitachi configuration (5) use SPECIAL-SYMS switch more consistently (6) formatting improvements from Q1 release (7) use explicit @page instead of @group in long examples listing instruction-set summaries (because some new texinfo bug leads to double-spacing with @group in this context) (8) rearrange H8/500 instruction-set summary into two cols (9) include GPL from texinfo directory rather than duplicating here
1993-04-15Include Hitachi SH (sanitizably); remove MACH-DEP setting, no longer usedRoland Pesch1-0/+64
1993-04-15Arrange to clean out references to Hitachi SH.Roland Pesch1-1/+23
1993-04-15Configuration for Hitachi chips, recast for current conditionals.Roland Pesch2-15/+30
1993-04-09Fix typo.Ian Lance Taylor1-1/+1
1993-04-09 * config/obj-ecoff.h (ecoff_build_lineno): Make ilineMax inIan Lance Taylor2-4/+9
symbolic header match cline in FDR; the native liinker seems to want that.
1993-04-08as.texinfo lives in $(srcdir)David D. Zuhn1-0/+5
1993-04-08doc/Makefile.inRoland Pesch1-0/+6