Age | Commit message (Expand) | Author | Files | Lines |
1993-07-16 | Fix bit instructions (was setting destination reg and not carry). | David Edelsohn | 1 | -10/+10 |
1993-07-16 | work around lynxos /bin/sh lossage | David D. Zuhn | 1 | -1/+1 |
1993-07-16 | use mh-lynxos for *-*-lynxos | David D. Zuhn | 1 | -1/+1 |
1993-07-16 | new file for lynx | David D. Zuhn | 1 | -0/+2 |
1993-07-16 | use mh-lynxos host fragment | David D. Zuhn | 1 | -0/+1 |
1993-07-16 | handle broken test (lynx) | David D. Zuhn | 1 | -1/+1 |
1993-07-16 | * mips.h: Reworked the hazard information somewhat, and fixed some | Ian Lance Taylor | 2 | -122/+120 |
1993-07-16 | * mipsread.c: No longer need to undefine ZMAGIC. | Ian Lance Taylor | 2 | -3/+4 |
1993-07-16 | * coff-mips.c: Use MIPS_AOUT_{OZ}MAGIC rather than {OZ}MAGIC. | Ian Lance Taylor | 2 | -5/+16 |
1993-07-16 | * mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC. | Ian Lance Taylor | 1 | -0/+4 |
1993-07-16 | * config/tc-hppa.h (tc_frob_label): Define. | Ian Lance Taylor | 2 | -123/+560 |
1993-07-16 | * read.c (float_cons): Simplified parsing logic. If | Ian Lance Taylor | 3 | -26/+72 |
1993-07-16 | * config/obj-ecoff.c (ecoff_build_symbols, ecoff_build_procs, | Ian Lance Taylor | 1 | -0/+7 |
1993-07-15 | * config/tc-m88k.c (omagic): Removed unused variable. | Ian Lance Taylor | 2 | -3/+1 |
1993-07-15 | Removed definition of OMAGIC from m88k.h. | Ian Lance Taylor | 1 | -2/+1 |
1993-07-15 | * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c. | Ian Lance Taylor | 2 | -329/+16 |
1993-07-15 | remove dupliate include | David MacKenzie | 2 | -1/+6 |
1993-07-15 | * config/obj-ecoff.c (ecoff_frob_file): Discard all open scopes, | Ian Lance Taylor | 2 | -0/+14 |
1993-07-15 | * h8300-tdep.c (examine_prologue): Make prototype match definition. | David Edelsohn | 1 | -0/+4 |
1993-07-15 | (examine_prologue): Make prototype match definition. | David Edelsohn | 1 | -1/+2 |
1993-07-15 | source cleanups; fix finding scripts | David MacKenzie | 1 | -1/+1 |
1993-07-15 | Add h8/300h support. | David Edelsohn | 2 | -1/+10 |
1993-07-15 | source cleanups; fix finding scripts | David MacKenzie | 5 | -65/+85 |
1993-07-15 | h8/300h support | David Edelsohn | 1 | -0/+6 |
1993-07-15 | minor fixes | Jim Kingdon | 1 | -4/+4 |
1993-07-15 | * stabs.texinfo: Cleanups regarding statics. | Jim Kingdon | 1 | -1/+4 |
1993-07-15 | * stabs.texinfo: Cleanups regarding statics. | Jim Kingdon | 2 | -157/+51 |
1993-07-15 | * config/obj-coffbfd.c (fixup_segment): If TC_M88K, don't adjust | Ian Lance Taylor | 3 | -1/+20 |
1993-07-15 | * coff-m88k.c (howto_table): Corrected bitsize for R_PCR26L from | Ian Lance Taylor | 2 | -9/+17 |
1993-07-15 | * scripttempl/m88kbcs.sc: Removed TARGET statement. Changed | Ian Lance Taylor | 2 | -1/+9 |
1993-07-15 | * gdbinv-s.texi (Bootstrapping): Document exceptionHandler. | Jim Kingdon | 2 | -2/+34 |
1993-07-15 | * NEWS: Mention that remote.c now has a `load' operation. | Jim Kingdon | 2 | -0/+7 |
1993-07-15 | * Makefile.in (em_m88kbcs.c): Correct dependency. | Ian Lance Taylor | 3 | -1/+47 |
1993-07-15 | * hppa-tdep.c (pc_in_linker_stub): New function. | Jim Kingdon | 1 | -1/+11 |
1993-07-15 | * hppa-tdep.c (pc_in_linker_stub): New function. | Jim Kingdon | 2 | -11/+104 |
1993-07-15 | * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test. | Jim Kingdon | 1 | -0/+4 |
1993-07-15 | * compile.c: Reset HMODE back to zero (accidently set it to 1). | David Edelsohn | 2 | -1/+3 |
1993-07-15 | * run.c (main): If h8/300h binary detected, call set_h8300h. | David Edelsohn | 3 | -23/+28 |
1993-07-15 | * objdump.c (disassemble_data): Handle the m88k. | Ian Lance Taylor | 2 | -22/+35 |
1993-07-15 | * m88k.h: Corrected a couple of opcodes. | Ian Lance Taylor | 2 | -0/+591 |
1993-07-15 | * dis-asm.h: Added declaration of print_insn_m88k. | Ian Lance Taylor | 2 | -4/+31 |
1993-07-15 | * m88k-dis.c: New file, moved in from gdb and changed to use the | Ian Lance Taylor | 4 | -2/+334 |
1993-07-15 | Add m88k-coff target Makefile fragment. | Ian Lance Taylor | 2 | -0/+3 |
1993-07-15 | * m88k.h (OMAGIC): Define. | Ian Lance Taylor | 2 | -0/+227 |
1993-07-15 | * Preliminary support for m88k-coff. | Ian Lance Taylor | 8 | -19/+252 |
1993-07-15 | * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY, | Jim Kingdon | 1 | -0/+6 |
1993-07-15 | * attach.c, detach.c: Include <sys/types.h> before <fcntl.h>. | Jim Kingdon | 1 | -0/+12 |
1993-07-15 | * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have | Jim Kingdon | 1 | -1/+1 |
1993-07-15 | * mipsread.c (parse_procedure): Take as argument the symtab to look | Jim Kingdon | 2 | -63/+64 |
1993-07-15 | * mipsread.c (psymtab_to_symtab_1, parse_procedure): For stabs, | Jim Kingdon | 2 | -47/+68 |