Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-06-29 | * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding to | Peter Schauer | 1 | -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 Bothner | 1 | -0/+1 | |
1993-06-29 | * config.guess: Recognize i486-ncr-sysv4. | Per Bothner | 2 | -1/+14 | |
1993-06-29 | * Makefile.in (MAKEINFOFLAGS): New variable. | Ian Lance Taylor | 3 | -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-29 | bugfix | Jim Kingdon | 1 | -8/+10 | |
1993-06-29 | * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC. | Jim Kingdon | 1 | -0/+3 | |
(REG_STRUCT_HAS_ADDR): Add comment. | |||||
1993-06-29 | * coff-mips.c (ecoff_find_nearest_line): If procedure has no line | Ian Lance Taylor | 1 | -0/+10 | |
number information, return 0 for line number. | |||||
1993-06-29 | * gdb.t16/printcmds.exp: Add printf tests. | Jim Kingdon | 1 | -0/+2 | |
1993-06-29 | fix HPUX hosting problems | David D. Zuhn | 2 | -9/+24 | |
1993-06-29 | * gdb.t06/{twice.{c,exp},Makefile.in}: New test. | Jim Kingdon | 1 | -0/+2 | |
1993-06-29 | * symtab.h: Add comments about line numbers. | Jim Kingdon | 1 | -4/+8 | |
1993-06-29 | * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtab | Jim Kingdon | 1 | -2/+8 | |
to check whether there is line number information. | |||||
1993-06-29 | fix docstring so that it compiles | David D. Zuhn | 2 | -1/+3 | |
1993-06-29 | fix include file ordering problem (bfd.h vs. symfile.h) | David D. Zuhn | 3 | -2/+6 | |
1993-06-29 | * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we | Jim Kingdon | 2 | -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 Kingdon | 2 | -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 Kingdon | 1 | -0/+9 | |
1993-06-28 | * config/pa/xm-pa.h: New file. | Jim Kingdon | 4 | -0/+24 | |
* config/pa/xm-hppa{b,h}.h: Include it. | |||||
1993-06-28 | x | Jim Kingdon | 1 | -0/+6 | |
1993-06-28 | * Makefile.in (scriptdir): Base on tooldir, not datadir. | David MacKenzie | 1 | -0/+4 | |
1993-06-28 | config/m88k/xm-delta88.h: Remove VPRINTF define, not needed. | Jim Kingdon | 1 | -12/+0 | |
1993-06-28 | * xcoffread.c: Remove obsolete NO_TYPEDEFS comment. | Jim Kingdon | 2 | -6/+4 | |
1993-06-28 | Extra stuff for really broken hp compiler. | Steve Chamberlain | 1 | -199/+484 | |
1993-06-28 | * gdb.stabs/wierd.exp: Add xfail for rs6000. | Jim Kingdon | 2 | -0/+3 | |
1993-06-28 | * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros | Jim Kingdon | 4 | -4/+13 | |
{BEGIN,END}_COMMON for common block instead of STAB. | |||||
1993-06-28 | * hosts/riscos.h: Define NBPG and UPAGES. | Jim Kingdon | 1 | -0/+4 | |
1993-06-28 | * gdb.stabs/wierd.def: Make value of N_GSYM's 0. | Jim Kingdon | 4 | -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 to | Peter Schauer | 1 | -0/+5 | |
get the expected next to inheritance3. | |||||
1993-06-28 | * Makefile.in: Note dependencies on bucomm.h. | David MacKenzie | 9 | -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-28 | Works again. | Rob Savoye | 1 | -82/+53 | |
1993-06-27 | elf32.c (slurp_symbol_table): fix cast-as-lvalue bug | Ken Raeburn | 1 | -0/+5 | |
1993-06-27 | * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-* | Peter Schauer | 1 | -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 with | Peter Schauer | 1 | -0/+5 | |
eliminating leading zeroes for large little endian integers. | |||||
1993-06-27 | * config/mips/riscos.mh (CC): Use -systype sysv. | Jim Kingdon | 2 | -0/+9 | |
1993-06-27 | * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section. | Jim Kingdon | 2 | -1/+6 | |
1993-06-27 | * Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h. | Jim Kingdon | 1 | -0/+4 | |
1993-06-27 | add go32 tools to the go32 targetted toolchains | David D. Zuhn | 1 | -1/+5 | |
1993-06-26 | * ldver.c (help): New function. | David MacKenzie | 2 | -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 MacKenzie | 2 | -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 MacKenzie | 1 | -2/+3 | |
1993-06-26 | * Makefile.in: Add rules for strings. | David MacKenzie | 2 | -5/+13 | |
1993-06-26 | * strings.c, strings.1: New files. | David MacKenzie | 4 | -4/+581 | |
* binutils.texi: Document strings. | |||||
1993-06-26 | * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test. | Jim Kingdon | 5 | -2/+34 | |
1993-06-26 | revisions to just-checked-in stuff re common blocks | Jim Kingdon | 1 | -2/+5 | |
1993-06-26 | * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does. | Jim Kingdon | 2 | -4/+10 | |
1993-06-26 | * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating | Jim Kingdon | 1 | -0/+5 | |
CALL_DUMMY between different 68k machines. | |||||
1993-06-26 | * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating | Jim Kingdon | 1 | -6/+1 | |
CALL_DUMMY between different 68k machines. | |||||
1993-06-26 | Elf bfd routines and types are now size-independent again. | Ken Raeburn | 2 | -6/+23 | |
1993-06-26 | * gdbserver/Makefile.in: Add dependancies on server.h. | Stu Grossman | 3 | -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 at | Stu Grossman | 5 | -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. |