aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-06-29 * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding toPeter Schauer1-0/+10
a function to avoid printing of function arguments in wrong order due to sorting. * symfile.c (compare_symbols): Remove code for sorting arguments as blocks containing arguments are no longer sorted. * symtab.c (lookup_block_symbol): Update comment accordingly.
1993-06-29 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.Per Bothner1-0/+1
1993-06-29 * config.guess: Recognize i486-ncr-sysv4.Per Bothner2-1/+14
1993-06-29 * Makefile.in (MAKEINFOFLAGS): New variable.Ian Lance Taylor3-3/+24
(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS. * build-all.mk, test-build.mk: Pass down --no-split as MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
1993-06-29bugfixJim Kingdon1-8/+10
1993-06-29 * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC.Jim Kingdon1-0/+3
(REG_STRUCT_HAS_ADDR): Add comment.
1993-06-29 * coff-mips.c (ecoff_find_nearest_line): If procedure has no lineIan Lance Taylor1-0/+10
number information, return 0 for line number.
1993-06-29* gdb.t16/printcmds.exp: Add printf tests.Jim Kingdon1-0/+2
1993-06-29fix HPUX hosting problemsDavid D. Zuhn2-9/+24
1993-06-29* gdb.t06/{twice.{c,exp},Makefile.in}: New test.Jim Kingdon1-0/+2
1993-06-29* symtab.h: Add comments about line numbers.Jim Kingdon1-4/+8
1993-06-29 * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtabJim Kingdon1-2/+8
to check whether there is line number information.
1993-06-29fix docstring so that it compilesDavid D. Zuhn2-1/+3
1993-06-29fix include file ordering problem (bfd.h vs. symfile.h)David D. Zuhn3-2/+6
1993-06-29 * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where weJim Kingdon2-1/+9
don't expect it, change it to LOC_STATIC so at least we don't coredump. * c-typeprint.c (c_type_print_base): Don't error() on invalid type.
1993-06-29 * symtab.h (struct symtab, line_charpos): Fix comment.Jim Kingdon2-35/+42
* source.c (identify_source_line): Fix off by one bug with line.
1993-06-29* gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.Jim Kingdon1-0/+9
1993-06-28 * config/pa/xm-pa.h: New file.Jim Kingdon4-0/+24
* config/pa/xm-hppa{b,h}.h: Include it.
1993-06-28xJim Kingdon1-0/+6
1993-06-28 * Makefile.in (scriptdir): Base on tooldir, not datadir.David MacKenzie1-0/+4
1993-06-28config/m88k/xm-delta88.h: Remove VPRINTF define, not needed.Jim Kingdon1-12/+0
1993-06-28* xcoffread.c: Remove obsolete NO_TYPEDEFS comment.Jim Kingdon2-6/+4
1993-06-28Extra stuff for really broken hp compiler.Steve Chamberlain1-199/+484
1993-06-28* gdb.stabs/wierd.exp: Add xfail for rs6000.Jim Kingdon2-0/+3
1993-06-28 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macrosJim Kingdon4-4/+13
{BEGIN,END}_COMMON for common block instead of STAB.
1993-06-28* hosts/riscos.h: Define NBPG and UPAGES.Jim Kingdon1-0/+4
1993-06-28 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.Jim Kingdon4-292/+325
intp_var should be N_GSYM not N_LSYM. wierd-aout.S: Use a label for the value of the N_SO. wierd.def: Remove all backslashes. wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
1993-06-28 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX toPeter Schauer1-0/+5
get the expected next to inheritance3.
1993-06-28 * Makefile.in: Note dependencies on bucomm.h.David MacKenzie9-219/+499
(cplus-dem.o): Link c++filt with version.o. * strings.c: Include bucomm.h and add prototypes to other decls. Remove -h option. * bucomm.h: Declare xrealloc. * nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add --help option. Put "GNU" in the version message. (usage): Take stream and exit status as args. (main): Pass new args to usage.
1993-06-28Works again.Rob Savoye1-82/+53
1993-06-27elf32.c (slurp_symbol_table): fix cast-as-lvalue bugKen Raeburn1-0/+5
1993-06-27 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*Peter Schauer1-0/+5
now that gcc-2.4 gets it right.
1993-06-27 * valprint.c (val_print_type_code_int): Fix off by one error withPeter Schauer1-0/+5
eliminating leading zeroes for large little endian integers.
1993-06-27* config/mips/riscos.mh (CC): Use -systype sysv.Jim Kingdon2-0/+9
1993-06-27* ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.Jim Kingdon2-1/+6
1993-06-27* Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h.Jim Kingdon1-0/+4
1993-06-27add go32 tools to the go32 targetted toolchainsDavid D. Zuhn1-1/+5
1993-06-26 * ldver.c (help): New function.David MacKenzie2-1/+28
* ldver.h: Declare it. * ldlex.l, ldgram.y: Recognize new options --help and --version.
1993-06-26 * aoutx.h (hash, compare, struct stringtab_entry, add_to_stringtab):David MacKenzie2-56/+105
Use unsigned hash values for better hashing. (hash): Hash in the string length for long strings. * aoutx.h (compare): Replace 3 if's with a subtraction. (translate_to_native_sym_flags, add_to_stringtab): Reorder tests in decreasing order of success, as an optimization. (hash): Take a length arg; ignore chars after #25, for speed. (add_to_stringtab): Pass length to hash.
1993-06-26 * Fix a couple of typos.David MacKenzie1-2/+3
1993-06-26 * Makefile.in: Add rules for strings.David MacKenzie2-5/+13
1993-06-26 * strings.c, strings.1: New files.David MacKenzie4-4/+581
* binutils.texi: Document strings.
1993-06-26* gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.Jim Kingdon5-2/+34
1993-06-26revisions to just-checked-in stuff re common blocksJim Kingdon1-2/+5
1993-06-26* stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.Jim Kingdon2-4/+10
1993-06-26 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicatingJim Kingdon1-0/+5
CALL_DUMMY between different 68k machines.
1993-06-26 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicatingJim Kingdon1-6/+1
CALL_DUMMY between different 68k machines.
1993-06-26Elf bfd routines and types are now size-independent again.Ken Raeburn2-6/+23
1993-06-26 * gdbserver/Makefile.in: Add dependancies on server.h.Stu Grossman3-463/+81
* gdbserver/remote-gutils.c: Remove lots of unused functions and variables. * gdbserver/remote-inflow.c: Remove lots of unused variables and #includes. Also, use PTRACE_* symbols instead of constants. (mywait): Surround calls to wait() with enable/disable_async_io() so that we can be interrupted from GDB while waiting for the child. Also, handle child exit more gracefully. * gdbserver/remote-server.c: Remove lots of unused variables. Move all extern defs into server.h. Redo main loop so that failure from getpkt() causes communications to be re-established. Fix 'k' command so that it restarts the child. * gdbserver/remote-utils.c: Remove lots of unloved vars and subrs. Move many extern decls into server.h. (remote_open): For tcp, seperate usage of proto fd from connected fd. Close proto fd after getting connection. (putpkt/getpkt): Pay attention to errors when reading/writing. Report these to the caller. New routines input_interrupt/enable_async_io/disable_async_io to make it possible to get an I/O interrupt when data arrives from the comm link. * serial.h: New file to contain common defs for all remote files.
1993-06-26 * remote.c: Add arg names to prototypes, in a modest effort atStu Grossman5-40/+71
clarification. Also add prototypes for some new functions. * (remote_wait): Better error reporting for 'T' responses. * ser-go32.c (strncasecmp): Make str1 & str2 be const. * (dos_async_init): Make usage message reflect requested port #. * ser-tcp.c (tcp_open): Terminate hostname properly to prevent random hostname lookup failures. Add nicer message for unknown host error. (wait_for): Wake up in case of exceptions. Also, restart select() if we got EINTR. * ser-unix.c (wait_for): Restart select() if we got EINTR. * serial.c: (serial_close): Clean up code.