Age | Commit message (Expand) | Author | Files | Lines |
1997-02-27 | * config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.n | Ian Lance Taylor | 1 | -0/+2 |
1997-02-27 | * gasp.c (hash_add_to_string_table): Correct misspelling in error | Ian Lance Taylor | 1 | -0/+9 |
1997-02-27 | Add "r" section attribute to denote read-only sections | Michael Meissner | 1 | -0/+5 |
1997-02-27 | * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags. | Ian Lance Taylor | 1 | -0/+3 |
1997-02-27 | * expr.c (operand): Simplify 0b handling. Don't treat 0b as a | Ian Lance Taylor | 1 | -0/+5 |
1997-02-27 | * config/tc-tic80.c (FLT_CHARS): Change from "dD" to "fF". | Fred Fish | 1 | -0/+9 |
1997-02-27 | * configure.in (mips*-*-lnews*): New target, also make empty | Stan Shebs | 1 | -0/+9 |
1997-02-26 | * config/tc-tic80.c (find_opcode, build_insn): Changes to match | Fred Fish | 1 | -0/+8 |
1997-02-26 | * Makefile.in (itbl-parse.c itbl-parse.h): Use $(BISON) and | Ian Lance Taylor | 1 | -0/+5 |
1997-02-26 | Based on patches from Robert Lipe <robertl@dgii.com>: | Ian Lance Taylor | 1 | -0/+24 |
1997-02-26 | Tue Feb 25 22:02:23 1997 Philippe De Muyter <phdm@info.ucl.ac.be> | Ian Lance Taylor | 1 | -0/+7 |
1997-02-26 | From Stephen Williams <steve@icarus.icarus.com>: | Ian Lance Taylor | 1 | -0/+13 |
1997-02-25 | * Makefile.in ($(OBJS)): Don't depend upon $(IT_HDRS). | Ian Lance Taylor | 1 | -0/+7 |
1997-02-25 | * Makefile.in (itbl-lex.o): Remove -Wall. | Ian Lance Taylor | 1 | -0/+3 |
1997-02-25 | * cond.c (s_ifdef): If we should omit conditionals from listings, | Ian Lance Taylor | 1 | -0/+14 |
1997-02-25 | * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups. | Fred Fish | 1 | -0/+10 |
1997-02-24 | Mon Feb 24 15:19:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+5 |
1997-02-24 | * config/obj-coff.c: Fix typo in comment section. | Fred Fish | 1 | -0/+12 |
1997-02-24 | * Makefile.in: Remove dependancies on itbl-cpu.h. | Dawn Perchik | 1 | -0/+6 |
1997-02-24 | * itbl-ops.h: Include as.h. | Dawn Perchik | 1 | -0/+4 |
1997-02-24 | * as.c: Remove -t option. | Dawn Perchik | 1 | -0/+7 |
1997-02-24 | * itbl-ops.c: Don't define DEBUG. | Dawn Perchik | 1 | -0/+4 |
1997-02-24 | * Makefile.in: Update itbl-test.c to reflect its new location. | Dawn Perchik | 1 | -0/+4 |
1997-02-23 | * itbl-ops.c: Add test for itbl_have_entries. | Dawn Perchik | 1 | -0/+6 |
1997-02-23 | * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and | Ian Lance Taylor | 1 | -0/+7 |
1997-02-23 | * itbl-parse.y: Fix indentation mistakes from indent program. | Dawn Perchik | 1 | -0/+24 |
1997-02-23 | * doc/internals.texi (CPU backend): Fix typo in md_section_align | Fred Fish | 1 | -0/+15 |
1997-02-22 | Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -1/+4 |
1997-02-21 | Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+5 |
1997-02-21 | * config/tc-m68k.c (line_comment_chars): Add '*'. | Ian Lance Taylor | 1 | -0/+2 |
1997-02-21 | Fix linker relocation overflow errors for the NEC vr4300/ddb toolchain. | Jim Wilson | 1 | -0/+5 |
1997-02-21 | * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define. | Ian Lance Taylor | 1 | -0/+6 |
1997-02-21 | * configure.in: Set em=svr4 for m68k-*-sysv4*. | Ian Lance Taylor | 1 | -0/+8 |
1997-02-21 | * config/tc-mn10200.c (md_convert_frag): Create a fixup for the | Jeff Law | 1 | -0/+5 |
1997-02-20 | * config/obj-coff.c (obj_coff_ln [both versions]): Call | Ian Lance Taylor | 1 | -0/+3 |
1997-02-20 | * symbols.c (resolve_symbol_value): If both left and right | Ian Lance Taylor | 1 | -0/+8 |
1997-02-20 | Since d10v is public now, remove all sanitization statements | Michael Meissner | 1 | -52/+0 |
1997-02-19 | Based on patches from Eric Youngdale <eric@andante.jic.com>: | Ian Lance Taylor | 1 | -0/+8 |
1997-02-19 | * read.c (get_line_sb): Don't end the line on a semicolon inside a | Ian Lance Taylor | 1 | -0/+5 |
1997-02-19 | Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+21 |
1997-02-14 | Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target | Ian Lance Taylor | 1 | -0/+7 |
1997-02-14 | Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be> | Ian Lance Taylor | 1 | -0/+9 |
1997-02-14 | * read.c (do_align): Add max parameter. Change all callers. | Ian Lance Taylor | 1 | -0/+29 |
1997-02-14 | * config/{tc-alpha.h, tc-arc.h, tc-d10v.h, tc-generic.h, tc-i960.h, | Fred Fish | 1 | -0/+19 |
1997-02-14 | * config/tc-sparc.c (md_show_usage): Add missing backslash at end | Ian Lance Taylor | 1 | -0/+3 |
1997-02-14 | Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 1 | -0/+21 |
1997-02-14 | * doc/Makefile.in (TEXI2DVI): Set to just name of program. | Fred Fish | 1 | -0/+38 |
1997-02-13 | * write.c (write_relocs): Correct text in as_fatal error message, | David Edelsohn | 1 | -0/+5 |
1997-02-13 | Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be> | Ian Lance Taylor | 1 | -0/+8 |
1997-02-13 | * config/tc-mips.c (mips16_extended_frag): Correct base address | Ian Lance Taylor | 1 | -0/+4 |