summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add mh-a68bsd.Per Bothner1992-05-261-0/+1
|
* lintSteve Chamberlain1992-05-261-1/+1
|
* * coff-a29k.c: do byte relocs correctlySteve Chamberlain1992-05-262-2/+3
| | | | | * coffcode.h (styp_to_sec_flags): never load INFO sections * seclet.c (rel): don't relocate INFO sections
* Fixes from Andrew SmithSteve Chamberlain1992-05-262-1/+11
|
* Don't be too sanitarySteve Chamberlain1992-05-261-0/+3
| | | | (thanks Per)
* 29k const fixSteve Chamberlain1992-05-261-0/+9
|
* Fix some typosSteve Chamberlain1992-05-261-2/+2
|
* CheckpointSteve Chamberlain1992-05-261-55/+88
|
* This is a test to see if the file is still locked.Steve Chamberlain1992-05-261-4/+8
|
* Header file changes corresponding to BFD library changes just checked in.Ken Raeburn1992-05-261-21/+68
|
* Lots of changes from gas-bfd work. Includes:Ken Raeburn1992-05-265-113/+344
| | | | | | | | | * working reloc lookup support * better support for creation of COFF files from scratch * misc doc changes, macro tweaks, "const" additions, typo fixes, etc. * one or two ugly kludges that should get cleaned up (but what's one or two more, in BFD?) See ChangeLog for details.
* Lots of changes from gas-bfd work. Includes:Ken Raeburn1992-05-261-0/+86
| | | | | | | | | * working reloc lookup support * better support for creation of COFF files from scratch * misc doc changes, macro tweaks, "const" additions, typo fixes, etc. * one or two ugly kludges that should get cleaned up (but what's one or two more, in BFD?) See ChangeLog for details.
* Draft Solaris install notes.Roland Pesch1992-05-251-0/+1709
| | | | | | | Checked into "devo" temporarily; will probably need to move to another repository. Feel free to move it, but *please* move the entire underlying RCS file, not just the HEAD version (unless, of course, you move it while there's just this version checked in).
* * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlexPer Bothner1992-05-221-0/+5
| | | | | | rules, since these are used when building a distribution. * Makefile.in (arlex.c): Don't re-direct output, since that leaves a bogus output files if it fails.
* * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlexPer Bothner1992-05-222-8/+10
| | | | | | rules, since these are used when building a distribution. * Makefile.in (ldlex.c): Don't re-direct output, since that leaves a bogus output files if it fails.
* * ldlex.c: Fix some unnecessary flex-specific-isms.Per Bothner1992-05-222-21/+23
|
* * config/sparc.mh: Fix HOSTING_LIBS so it has a chance of working.Per Bothner1992-05-221-1/+1
|
* * Makefile.in: Better lex support.Per Bothner1992-05-222-5/+23
| | | | | * Makefile.in (dist): Generate flex and bison outputs for distribution.
* * arlex.l: Make work with lex, for what it's worth.Per Bothner1992-05-221-1/+6
|
* Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)Michael Tiemann1992-05-221-0/+9
| | | | | * Makefile.in (tooldir): Define it. (all-ld): Depend on all-flex.
* Refer to current version of Binutils (1.97). This will beRoland Pesch1992-05-211-2/+2
| | | | | automatically synched one day, when Texinfo has at least trivial macros.
* PTR vs. void*. Sorry.Sean Eric Fagan1992-05-211-1/+1
|
* qsort returns a void*, according to the manual pages on two different systems.Sean Eric Fagan1992-05-211-9/+52
|
* * coredep.c (fetch_core_registers): Remove premature warning,John Gilmore1992-05-202-23/+24
| | | | | | | | which triggers on DECstation even though all regs are accessible. * m68k-pinsn.c (print_insn_arg): Use new macros to get sign-extension of instruction fields even on unsigned-char hosts. Bug found by Fred J Roeber, fjr@sgfb.ssd.ray.com.
* A couple of things from the net.David Henkel-Wallace1992-05-203-16/+309
|
* 88K changes inspired by Ted Lemon (uunet!lupine!mellon)John Gilmore1992-05-204-17/+40
| | | | | | | | | | * tm-m88k.h, tm-umax.h: Avoid sizeof() in REGISTER_xxx macros, since they define the target, not the host. * m88k-pinsn.c: Fix typo. Patches by Paul Eggert <eggert@twinsun.com>. * valarith.c (value_zerop): -0.0 is still zero. * eval.c (evaluate_subexp): Avoid NaN anomalies in float compares.
* * readline.c: Can't initialize FILE *'s with stdin and stdout,John Gilmore1992-05-201-0/+6
| | | | | because they might not be constant. Patch from Tom Quinn, trq@dinoysos.thphys.ox.ac.uk.
* Removed RMS email address from inside cover page, at his request.Roland Pesch1992-05-191-1/+1
|
* merged changes from grep-1.6 (alpha)K. Richard Pixley1992-05-192-22/+152
|
* 9 may revision mergedK. Richard Pixley1992-05-181-10/+11
|
* Fix various protos so bfd/binutils compile on sun3 with gccSteve Chamberlain1992-05-181-4/+6
|
* * alldeps.mak, depend: re-make to account for ser-*.c.Stu Grossman1992-05-182-288/+334
|
* * inflow.c (new_tty): Temporarily ignore SIGTTOU whenFred Fish1992-05-177-23/+73
| | | | | | | | | | | | | | | | | | | | | | disconnecting from controlling terminal, to avoid gdb hanging on SVR4. Fixes bug reported by Oliver Okrongli. * procfs.c (PROC_NAME_FMT): Change format to match default used by system, as suggested by Oliver Okrongli. * tm-68k.h (FRAME_FIND_SAVED_REGS): Apply missing parentheses bug fix from Brent Townshend (bst%tt@cam.ORG). * c-exp.y (nonempty_typelist): Fix memory overrun bug reported by turlais@rechser.total.fr. * dwarfread.c (decode_subscr_data): Fix bug in calculation of length of non-zero lowerbound arrays. Bug fix from Peggy Fieland. * objfiles.h (unlink_objfile): Add prototype. * objfiles.c (unlink_objfile): Add function. * objfiles.c (free_objfile): Call unlink_objfile. * objfiles.c (allocate_objfile): Call unlink_objfile on newly remapped objfiles. Bug reported by hahn@sunshine.labs.tek.com. Also, discard old possibly bogus sf struct. * symfile.c (symbol_file_add): Call init_entry_point_info() and find_sym_fns() for remapped symbol files, in case of any changes since the last mapping.
* fix declaration of freeK. Richard Pixley1992-05-171-0/+4
|
* use m4 rather than gm4K. Richard Pixley1992-05-151-0/+4
|
* Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1992-05-153-12/+26
| | | | | | | | * gdb.texinfo: slight expansion of new text on reading info files * gdbinv-s.m4.in: correct and expand info on cross-debugging H8/300 from DOS. * ChangeLog: guess...
* Changes to support GDB running on DOS using GO32 and H8 supportSteve Chamberlain1992-05-134-1/+17
| | | | | | | | | | | | | | | | | | | | | | | * defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h", allowing hosts with different text and binary file formats to work. * coffread.c (read_coff_symtab): changed calling convention and operation - now it opens its own file with FOPEN_RB rather than duping and fdopening the provided handle. * dbxread.c, cplus-dem.c: #include mangling. * exec.c: If O_BINARY isn't defined, set it to 0, call openp for binary files oring in the right bit. * utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals. * remote-hms.c: cleanup to use the new remote serial stuff * serial.h, ser-termios.c, ser-go32.c: newfiles to provide host independent remote terminal I/O. * remote.c: if DONT_USE_REMOTE is defined, then don't use it. * source.c (openp): fix off by one problem removing / - can now open a source file in the root directory with DOS. * values.c (value_as_pointer): remove bogus address bits from long. (unpack_long): unpack into unsigned long/short if pointer. sun4.mh: use the ser-termios stuff go32.mh: use the ser-go32 stuff
* Changes to support GDB running on DOS using GO32 and H8 supportSteve Chamberlain1992-05-1312-404/+860
| | | | | | | | | | | | | | | | | | | | | * defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h", allowing hosts with different text and binary file formats to work. * coffread.c (read_coff_symtab): changed calling convention and operation - now it opens its own file with FOPEN_RB rather than duping and fdopening the provided handle. * dbxread.c, cplus-dem.c: #include mangling. * exec.c: If O_BINARY isn't defined, set it to 0, call openp for binary files oring in the right bit. * utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals. * remote-hms.c: cleanup to use the new remote serial stuff * serial.h, ser-termios.c, ser-go32.c: newfiles to provide host independent remote terminal I/O. * remote.c: if DONT_USE_REMOTE is defined, then don't use it. * source.c (openp): fix off by one problem removing / - can now open a source file in the root directory with DOS. * values.c (value_as_pointer): remove bogus address bits from long. (unpack_long): unpack into unsigned long/short if pointer.
* Tue May 12 14:08:59 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1992-05-122-3/+24
| | | | | | | | | | | | | | * coff-a29k.c (perform_reloc): fix bug in jmp/call evaluation * coff-h8300.c (reloc_processing): all relocs are relative to section start. * opncls.c: don't use fdopen on DOS systems short patches from Glenn Kasten (glenn@ready.com) * target.c: enabled oasys support * oasys.c: Insert . when UNDERSCORE_HACK is enabled, fix problem where a relocation which crossed a modification byte boundary did not work. Fix problem where a relocation near the end of a data record did not work.
* * infrun.c (child_attach): Don't allow gdb to attach to itself.Stu Grossman1992-05-122-9/+12
| | | | | | | It gets permanently stuck in many OSes. * breakpoint.c, infcmd.c, infrun.c, utils.c: Change many printfs to printf_filtered. * breakpoint.c: Improve help text for info breakpoints.
* * infrun.c (child_attach): Don't allow gdb to attach to itself.Stu Grossman1992-05-121-1/+3
| | | | | | It gets permanently stuck in many OSes. * breakpoint.c, infcmd.c, infrun.c: Change many printfs to printf_filtered. * breakpoint.c: Improve help text for info breakpoints.
* * breakpoint.c, infcmd.c: Change many printfs to printf_filtered.Stu Grossman1992-05-121-2/+2
| | | | * breakpoint.c: Improve help text for info breakpoints.
* * breakpoint.c: Change many printfs to printf_filtered. ImproveStu Grossman1992-05-121-2/+24
| | | | help text for info breakpoints.
* `info user' => `show user'. Noticed by David Taylor.John Gilmore1992-05-122-3/+7
|
* Add definition of freeSteve Chamberlain1992-05-121-0/+2
|
* * README: Add pointer to internals doc, and describe readingJohn Gilmore1992-05-121-3/+8
| | | | | | | | | | | info files. * utils.c (print_sys_errmsg): Use stderr. Reported by Pierre Willard. * symtab.c (output_source_filename): Remove old glop for wrapping lines, use wrap_here. Reported by Pierre Willard (pierre@la.tce.com). * Makefile.in: version.c should depend on Makefile, not Makefile.in. * munch: Add sort -u to avoid duplications. * symtab.c (lookup_symbol): Improve Stu's fix of 22 April. Improved fix by hahn@sunshine.labs.tek.com (Doug Hahn).
* Say how to read the `info' files.John Gilmore1992-05-122-0/+8
|
* * cplus-dem.c (demangle_signature): Recognize misplaced '_' toFred Fish1992-05-112-1/+17
| | | | | | avoid infinite loops while demangling bogus mangled names. * valprint.c (type_print_base): Minor fix for GNU style guide conformance.
* * config/ncr3000.mt (DEMANGLE_OPTS): Remove -Dnounderscore.Fred Fish1992-05-101-1/+1
|
* * Makefile.in (VERSION): Bump to 4.5.3Fred Fish1992-05-104-678/+1252
| | | | | | | | | | | | | * Makefile.in (DEMANGLE_OPTS): Remove obsolete -Dnounderscore * Makefile.in (demangle): New target to create standalone demangler with same code and options as internal demangler. * cplus-dem.c: Massive restructuring, rewriting, cleanups, etc to support ARM style and Lucid style demangling, improve maintainability, fix several demangling bugs. More changes to follow. * defs.h (strstr): Add ANSI compatible prototype. * valprint.c (type_print_1): Demangle using ansi option. * config/ncr3000.mt (DEMANGLE_OPTS): Remove -Dnounderscore.
OpenPOWER on IntegriCloud