aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-03-20Make targ-cpu.o depend on config.h so gas will build from scratch.Jim Wilson2-1/+5
1993-03-20better support for configuration with gccDavid D. Zuhn1-13/+20
1993-03-19New fileSteve Chamberlain1-0/+3
1993-03-19Checkpoint for StuSteve Chamberlain3-0/+1096
1993-03-19add h8500Steve Chamberlain1-0/+4
1993-03-19New fileSteve Chamberlain3-1/+7
1993-03-19Opcode file for the h8/500Steve Chamberlain1-0/+3799
1993-03-19 * xm-sun4os4.h: Return type of free() should be void, not int.Stu Grossman2-1/+3
1993-03-19Yes John, I haven't heard from Mark Fox yet.Stu Grossman2-4/+4
* vx-share/vxWorks.h: Remove #def of NULL.
1993-03-19nuke no-op STAB_REG_TO_REGNUMJim Kingdon2-4/+4
1993-03-19mention long options in usage messageJim Kingdon2-2/+7
1993-03-19fixes re arrays and continuationsJim Kingdon2-10/+16
1993-03-19add XCOFF nodeJim Kingdon2-15/+35
1993-03-19(print_insn): Include the new dis-asm header file.Steve Chamberlain2-1/+5
1993-03-19 * nm.c: Modify behavior of -o flag for archives to matchPer Bothner1-0/+3
BSD4.4 and Sunos 4: Prefix archive name before each line.
1993-03-19 * ieee-float.c: Moved to ../libiberty.Per Bothner12-2897/+60
* ieee-float.h: Moved to ../include. * Makefile.in: Update accordingly. * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn): Convert to stubs that call disassemblers in ../opcodes/*-dis.c. * m68k-tdep.c: Removed definition of ext_format ext_format_68881; it is now in ../opcodes/m68881-ext.c. * mips-tdep.c (mips_skip_prologue): Try to skip more of the prologue (some callers _do_ care). * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to new interface of ../opcodes/*-dis.c. * ch-exp.y: Add #include <ctype.h>.
1993-03-19 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.Per Bothner7-2728/+56
* i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c. * Makefile.in: Adjust accordingly. * objdump.c: Support new-style disassemblers (ones that use the interface of ../include/dis-asm.h).
1993-03-19 * mips-dis.c, z8k-dis.c: Converted to use interface defined inPer Bothner4-9/+77
../include/dis-asm.h. * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c and ../gdb/m68k-pinsn.c). * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c and ../gdb/i386-pinsn.c). * m68881-ext.c: New file. Moved definition of ext_format ext_format_68881 from ../gdb/m68k-tdep.c. * Makefile.in: Adjust for new files. * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com). * m68k-dis.c: Recognize '9' placement code, so (say) pflush can be dis-assembled.
1993-03-18 * ieee-float.h: Moved from ../gdb.Per Bothner4-0/+104
* dis-asm.h: New file. Interface to dis-assembler.
1993-03-18 * Makefile.in: Change deja-gnu to dejagnu.Ian Lance Taylor2-11/+15
1993-03-18 * xcoffexec.c (exec_close): Don't close exec_bfd twice.Jim Kingdon2-4/+5
1993-03-18 * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.Jim Kingdon2-1/+5
1993-03-18A new ARG_MAX hack: explicitly unexport some CHILL variables to keepIan Lance Taylor1-0/+6
them out of the environment.
1993-03-18A new ARG_MAX hack. Use unexport to keep GNU make from dumping theIan Lance Taylor2-15/+7
CHILL variables in the environment, with a : variable to keep older makes happy.
1993-03-18 * app.c (do_scrub_next_char): Added new state, 9, to avoidIan Lance Taylor4-101/+188
dropping a space immediately following an identifier. * expr.c, write.c: Rewrote assert expressions to not use multiple lines; I don't think that can be done portably. * config/tc-mips.c (macro): Use $AT if target register is zero in load instruction, which it can be for a floating point load. Also a bunch more changes to config/obj-ecoff.c, still in flux.
1993-03-18Remove test checkin.Stu Grossman1-4/+0
1993-03-18Just testing checkins.Stu Grossman1-0/+4
1993-03-17 * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc.Jim Kingdon2-4/+10
1993-03-17(show_user): Avoid fprintf_filtered botch (AGAIN!).John Gilmore2-2/+9
1993-03-17Forgot to include changes to Makefile.in and configure.in.Fred Fish1-0/+2
1993-03-17 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New testFred Fish4-2/+10
files to test gdb's calling of functions in the inferior with the correct arguments and gdb's ability to retrieve any result returned.
1993-03-17New functions from macros in tm-z8k.h.Steve Chamberlain2-2/+47
1993-03-17 * valops.c (value_arg_coerce): Apply temporary patch toFred Fish1-0/+8
fix problem with coercion of array and function types when passed as arguments to C functions, pending a more complete review of when and how coercion should be done, depending upon context and language.
1993-03-17 * xcoffread.c (MIN_TBTABSIZ): Change to 12.Jim Kingdon2-3/+10
1993-03-17 * xcoffread.c (xcoff_symfile_read): Only read stringtab andJim Kingdon2-7/+15
debugsec if there are a non-zero number of symbols.
1993-03-17 * ecoff-ext.h (AUX_PUT_ANY): Don't use void values in branches ofIan Lance Taylor2-2/+25
conditional expression.
1993-03-17Make check target depend on all target.Rob Savoye1-1/+1
1993-03-17Now has :make check" target.Rob Savoye1-60/+48
1993-03-17"Make check" works much better.Rob Savoye1-4/+8
1993-03-17 * xcoffexec.c (add_vmap): Wrap symbol read in catch_errors.Jim Kingdon2-4/+30
1993-03-17 * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf,Jim Kingdon1-17/+38
not just 50 symbols. (symtbl_num_syms): New variable. (read_xcoff_symtab): Set it. (read_symbol_nvalue): Check for bad symno. (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's always symtbl.
1993-03-17Catch error on close so runtest won't bomb.Rob Savoye1-0/+6
1993-03-16 * config/unix-gdb.exp (gdb_exit): Remove close commands thatFred Fish2-7/+20
may be called after gdb goes away. Previous versions of expect needed these to avoid file descriptor leaks, but they cause errors with the current revision of expect. * gdb.t00/gdbvars.exp: Use -re on expected output after setting sevenbit-strings. * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands to set sevenbit-strings consistent across tests. **** start-sanitize-chill **** gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to set sevenbit-strings consistent across tests. **** end-sanitize-chill ****
1993-03-16 * Makefile.in: Add *clean rules.Per Bothner2-16/+83
1993-03-16elf32.c, elf32-sparc.c changesKen Raeburn1-0/+8
1993-03-16 * config/rs6000.mh: Get rid of -Dfd_set=int crock.Stu Grossman6-12/+11
This is defined in defs.h if necessary. * vx-share/vxWorks.h: Remove #defs of min and max. * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c, vx-share/xdr_rdb.c: include defs.h.
1993-03-16Add testsuite to list of things to save.Fred Fish1-0/+1
1993-03-16Add dejagnu to list of directories to save.Fred Fish1-0/+1
1993-03-15 * write.c (write_contents): Compute the relocs before writing outIan Lance Taylor5-70/+7882
the section contents. * config/obj-ecoff.h, config/obj-ecoff.c: Numerous changes to get symbol table and values right. * config/tc-mips.h (LOCAL_LABEL): If OBJ_ECOFF, any label starting with $L is local. * config/tc-mips.c (tc_gen_reloc): If OBJ_ECOFF, adjust the addend by the section vma. * config/z8k.mt (TARG_CPU_DEPENDENTS): The relevant file is z8k-opc.h, not z8k.h.
1993-03-15 * h8300.mt (DO_INSTALL): Renamed from INSTALL.Ian Lance Taylor1-1/+1