Commit graph

  • dc2239ac77 Extra lint Steve Chamberlain 1992-07-15 14:59:45 +00:00
  • 5e85287ea2 To avoid confusion, start off post release development versions at 4.6.1, so the only 4.6 gdb executables are those built from the actual 4.6 release. Fred Fish 1992-07-15 06:11:24 +00:00
  • 652253cbb6 Update the diffs to Makefile.in. Modify amix.mh and ncr3000.mh diffs to be relative to config/ Fred Fish 1992-07-15 05:49:43 +00:00
  • d1fbc20dc3 * Makefile.in, demangle.c: Change default demangling style to gnu. * Makefile.in: Update version to 4.6 !!! * README, WHATS.NEW: Update for 4.6. Stu Grossman 1992-07-15 02:30:30 +00:00
  • 5cd560ea8a * alldeps.mak, depend: Update. Stu Grossman 1992-07-14 23:04:58 +00:00
  • f7dfc7e2a6 ... and make it return the *right* value when it goes out of bounds. Mark Eichin 1992-07-14 22:47:46 +00:00
  • b974fbff9c leave fencepost condition *completely* open-ended. Closes 1286. Mark Eichin 1992-07-14 22:33:02 +00:00
  • 7b8ca0a03f Use frame address if arg pointer isn't available. Ken Raeburn 1992-07-14 22:07:47 +00:00
  • 23c156a2ad Don't die on TYPE_CODE_UNDEF nodes as base classes. (Previous checkin died due to cvs bug.) Ken Raeburn 1992-07-14 21:33:39 +00:00
  • 7e94a17bcd Don't crash on TYPE_CODE_UNDEF nodes as base classes (generated by compiler bug?). Ken Raeburn 1992-07-14 21:22:05 +00:00
  • 930acbe575 * xcoffread.c: Add decl for section_offset to keep prototype happy. Stu Grossman 1992-07-14 21:11:54 +00:00
  • 67cddd9faf * ldlang.c (lang_map): print changes in sizes due to relaxing (size_input_section): maintain the delta information. * ldlang.h: add new field to struct to contain delta info. * relax.c (relax_section): complain if input not relaxable. * ldlex.l : add '_', ',' and '$' to chars which can appear at the start of a filename Steve Chamberlain 1992-07-14 15:39:31 +00:00
  • 1acf6627e4 Add tm-hppa.h. Stu Grossman 1992-07-14 07:51:45 +00:00
  • 15da025b50 Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion. Stu Grossman 1992-07-14 07:43:34 +00:00
  • 67ba524fe0 * Makefile.in (VERSION): 4.5.9. Stu Grossman 1992-07-14 07:37:03 +00:00
  • efcc6e0653 * xm-hp300bsd.h: Add decl for strdup(). * mips-tdep.c (heuristic_proc_desc): Fill in proc start addr in PDR. Cleanup a few things, fix compilation warnings. Stu Grossman 1992-07-14 07:35:48 +00:00
  • b0e15d3364 Add solaris2.h. Stu Grossman 1992-07-14 07:21:29 +00:00
  • 42c39b6952 Add sco-core.c. Stu Grossman 1992-07-14 07:20:02 +00:00
  • 45bf7246c8 * config/ncr3000.mt (DEMANGLE_OPTS): Remove. Fred Fish 1992-07-14 02:13:37 +00:00
  • 2dbde378c4 * Makefile.in (DEMANGLING_STYLE): New define to set default demangling style for C++. Defaults to "auto". * Makefile.in (DEMANGLE_OPTS): Use DEMANGLING_STYLE. * Makefile.in (SFILES_MAINDIR): Add demangle.c * Makefile.in (OBS): Add demangle.o * cplus-dem.c (GNU_DEMANGLING, ARM_DEMANGLING, LUCID_DEMANGLING): Remove compile time decisions about demangling style and replace with runtime decisions using current_demangling_style. * cplus-dem.c (main): Expand code included during building of standalone demangler to recognize demangling style options. * dbxread.c (demangle.h): Include. * dbxread.c (read_ofile_symtab, process_one_symbol): Set GNU C++ demangling style if processing g++ code and current demangling style is auto (Note: this feature currently disabled.) * demangle.c: New file, generic demangling control. * demangle.h (demangling_styles): New enumeration to select one of several demangling styles. Also define string names for each style. * demangle.h (set_demangling_style): Add prototype. * dwarfread.c (demangle.h): Include. * dwarfread.c (GPLUS_PRODUCER, LCC_PRODUCER, CFRONT_PRODUCER): New producer string prefixes to recognize. * dwarfread.c (handle_producer): Consolidate actions for specific producers. Set demangling style based on producer string if current style is auto. (Note: this feature currently disabled.) * config/ncr3000.mt (DEMANGLE_OPTS): Remove. Fred Fish 1992-07-14 02:13:12 +00:00
  • d48da190b5 (1) add disclaimer to config section of "Installing" appendix (this is NOT full config doc) and xref to configure.info Roland Pesch 1992-07-14 01:14:30 +00:00
  • f7c7689713 * ldmain.c(main): prevent -r and -relax from being on at the same time. Steve Chamberlain 1992-07-14 01:00:31 +00:00
  • a933d598b6 * expr.c (expr): allow SEG_BSS in expressions * read.c (potable): align should be nbytes, not ptwo! * write.c (write_object_file): extra glue for new bss attributes (relax_segment): SEG_BSS is ok now * config/tc-m68k.c (m68k_ip_op): can now parse more @( modes Steve Chamberlain 1992-07-13 21:32:05 +00:00
  • 028fe6367a Lint John Gilmore 1992-07-13 11:59:22 +00:00
  • 49f3be18e1 * config/sun4sol2.mh: Remove -xs flag, default INSTALL to cp. John Gilmore 1992-07-13 10:36:39 +00:00
  • 8e2d760b76 * config/mt-{tahoe,vax}: Add, to match existing support files. * config/tmake-*: Remove leftover crud. John Gilmore 1992-07-13 02:54:30 +00:00
  • 5d32c9524e * configure.in: Remove host section, expand target section. John Gilmore 1992-07-13 02:54:10 +00:00
  • a4ea327414 Oops John Gilmore 1992-07-13 02:25:32 +00:00
  • 9388476b43 * blurbs.c: New file, created from gprof.flat and gprof.callg by * make-c-prog.awk: which processes text files into C programs. * printgprof.c (flatprofheader, gprofheader): Call new functions to print blurbs. (printblurb): Remove. * Makefile.in: Infrastructure to build blurbs. * pathnames.h: has been removed. Gprof now has no filename dependencies in it. * gprof.c: Lint. John Gilmore 1992-07-13 02:24:24 +00:00
  • f8f1415a4a #define PSIGNAL_IN_SIGNAL_H. Per Bothner 1992-07-12 08:09:14 +00:00
  • 6c380b13e6 First attempt at doc for general uses of quotes around symbols. Roland Pesch 1992-07-11 03:08:13 +00:00
  • 5a2c1d8583 (1) C and C++ treated as separate languages, not one as originally doc'd Roland Pesch 1992-07-11 02:12:00 +00:00
  • a252e71520 * gdbtypes.c, gdbtypes.h: New function lookup_signed_typename. * c-exp.y: Call lookup_signed_typename() after seeing "signed". This handles "signed char" correctly. * c-exp.y: Recognize (but ignore) 'const' and 'volatile' keywords before a type specifier. Per Bothner 1992-07-10 23:30:40 +00:00
  • 8b2c227584 Structural changes for Info file only (no effect on printed manual), mostly thanks to Gumby suggestions: Roland Pesch 1992-07-10 23:22:16 +00:00
  • 7bea91489e changes to support in-place builds K. Richard Pixley 1992-07-10 22:56:50 +00:00
  • 0986bf1bd9 GNUmakefile now called test-build.mk K. Richard Pixley 1992-07-10 21:54:44 +00:00
  • a6463583c2 New title "Debugging with GDB", the fruit of protracted delicate negotiations with the FSF... Roland Pesch 1992-07-10 21:53:44 +00:00
  • 8b510607de corrected for devo K. Richard Pixley 1992-07-10 21:29:16 +00:00
  • c12d9b4c66 copied from progressive K. Richard Pixley 1992-07-10 21:24:19 +00:00
  • 0b0b5dbac1 Support -program_suffix (and make -program_prefix actually work). David Henkel-Wallace 1992-07-10 18:37:35 +00:00
  • 311592ff50 * command.c (lookup_cmd_1): Clarify descriptive comments. * gdbcmd.h (maintenanceprintlist): Add declaration. * main.c (maintenanceprintlist): Add definition. * main.c (gdb_completer_command_word_break_characters): Add. * main.c (symbol_completion_function): Switch completer word break character sets dynamically, based on whether completion is being done on commands or on something else. * main.c (initialize_cmd_lists): Init maintenanceprintlist. * maint.c: Include demangle.h. * maint.c (maintenance_demangle): New function. * maint.c (maintenance_print_command): New function. * maint.c (_initialize_maint_cmds): Reorganize some commands under new maintenance print subcommand. Fred Fish 1992-07-10 17:22:35 +00:00
  • 5c5b5d4b0e Various fixes to improve C++ debugging. See ChangeLog. Per Bothner 1992-07-10 03:56:17 +00:00
  • 7eec00ed56 print symbolic version of addresses as well as hex Ken Raeburn 1992-07-10 00:33:05 +00:00
  • afc5505f00 If at first the network screws you over, try, try again... Ken Raeburn 1992-07-10 00:07:40 +00:00
  • 41ea717598 Fixed some bugs in handling vxworks960 -- not reading registers right, trying to use FP regs (not supported by target), botching IP. Ken Raeburn 1992-07-09 23:54:02 +00:00
  • c5f5b482da Fixed some bugs in handling vxworks960 -- not reading registers right, trying to use FP regs (not supported by target), botching IP. Ken Raeburn 1992-07-09 23:48:29 +00:00
  • 96441872a3 Fixed some bugs in handling vxworks960 -- not reading registers right, trying to use FP regs (not supported by target), botching IP. Ken Raeburn 1992-07-09 23:40:01 +00:00
  • 0fdc6e2717 (Finally) doc that GDB sometimes inserts quotes for you, on overloaded symbol completion requests. Roland Pesch 1992-07-09 20:40:39 +00:00
  • 368c8614bc Minor changes to make these work with bison again. Michael Tiemann 1992-07-09 11:47:50 +00:00
  • 866ecded64 Only treat "class" as a token if the current language is C++. Fred Fish 1992-07-09 07:15:11 +00:00
  • d42563daf7 added prms Heinz G. Seidl 1992-07-09 06:21:03 +00:00
  • 8050a57b2c * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type to create new blank types, instead of handcrafting them. * defs.h (printfi_filtered): Add prototype. * utils.c (printfi_filtered): New function. * gdbtypes.c (recursive_dump_type): Use printfi_filtered to to simplify the code. Other cleanups. * gdbtypes.c (check_stub_method): Demangle using DMGL_ANSI. * gdbtypes.h (struct cplus_struct_type): Add comments describing use of various fields. * gdbtypes.c (print_bit_vector, print_cplus_stuff): New functions. * c-exp.y (%token): Add CLASS as a token for C++, add grammar production that currently treats it exactly the same as STRUCT. * c-exp.y (yylex): Recognize "class" as token CLASS. * symtab.c (gdb_mangle_name): Rewrite to match current g++ stabs. * symtab.c (decode_line_1): Fix to pass quoted args on down to general symbol handling code. Call cplus_mangle_opname with DMGL_ANSI. * symtab.c (decode_line_2): Print demangled function names in breakpoint menus, instead of just file and line number. * symtab.c (name_match): Call cplus_demangle with DMGL_ANSI. * valprint.c (type_print_base): Print "class" for C++ classes, rather than "struct". Print section labels for public, protected and private members of C++ classes. * values.c: Include demangle.h. * values.c (value_headof): Call cplus_demangle with DMGL_ANSI. Fred Fish 1992-07-09 04:40:39 +00:00
  • e17e8e0e03 * Makefile.in (VERSION): Update to 4.5.8. Stu Grossman 1992-07-09 00:24:24 +00:00
  • f6681656c1 * archive.c (bsd_write_armap): write the timestamp of the archive header to be just a little bit later than the timestamp of the file, otherwise the linker will complain that the index is out of date. Steve Chamberlain 1992-07-08 23:28:21 +00:00
  • 823884e18c Remove tm-es1800.h and remote-es1800.c from distribution files until copyright assignment with Ericsson is completed. Fred Fish 1992-07-08 13:44:31 +00:00
  • 784fd92b3d * dbxread.c (dbx_symfile_init): Init stab_section_info to NULL to prevent crashes when examining cross-targets. * dbxread.c (process_one_symbol): Include directory name when calling start_subfile for SOL & BINCL symbols. This allows gdb to find include files, and yacc/lex sources when the cwd doesn't match that in which the object was compiled. * objfiles.h (ALL_MSYMBOLS): Don't seg fault when there are no msymbols. * symtab.c (lookup_symtab_1): Rewrite. It now handles include files. Stu Grossman 1992-07-08 08:00:30 +00:00
  • 179798e1e0 * config/mh-solaris: Use -xs when compiling so that Sun-C puts a symbol-table into the executable. Stu Grossman 1992-07-08 07:04:02 +00:00
  • c0bbfd27c6 get the CROSS macro into gcc's flags K. Richard Pixley 1992-07-07 21:48:41 +00:00
  • 6a2d7603bb Tired of watching byacc be sanitized out. :) Sean Eric Fagan 1992-07-07 19:47:28 +00:00
  • 2e9309df58 * maint.c (maintenance_command, maintenance_info_command): Install with allow_unknown as 0 and call help_list to show list of possibilities when no subcommand is specified. Fred Fish 1992-07-07 16:00:30 +00:00
  • a416804911 * config.sub: Add es1800 (m68k-ericsson-es1800). Fred Fish 1992-07-07 07:25:41 +00:00
  • 967e8d7a5a * configure.in: Add m68k-ericsson-*. Fred Fish 1992-07-07 07:24:25 +00:00
  • 498f1df044 * configure.in: Add m68k-ericsson-*. * remote-es1800.c, tm-es1800.h, config/es1800.mt: New files. Fred Fish 1992-07-07 07:22:56 +00:00
  • f264b1f575 *** empty log message *** Steve Chamberlain 1992-07-07 00:11:55 +00:00
  • 3e12f39a38 updated to July 1 K. Richard Pixley 1992-07-06 23:25:46 +00:00
  • ed7c0948a2 Add gdb-stabs.h to list of files to keep. Fred Fish 1992-07-06 02:38:03 +00:00
  • 0239d9b328 * maint.c: New file. * Makefile.in (SFILES_MAINDIR): Add new file maint.c. * Makefile.in (OBS): Add new file maint.o. * defs.h (command_class): Add class_maintenance. * defs.h (MAINTENANCE_CMDS): Default to including maintenance commands. Allow for them (and other nonessential parts of gdb) to be selectively left out under special circumstances. * gdbtypes.c (recursive_dump_type): New function; supports maintenance print-type command. * gdbtypes.h (recursive_dump_type, maintenance_print_type): Add prototypes. * main.c (maintenancelist, maintenanceinfolist): Add maintenance command lists. * main.c (initialize_cmd_lists): Eliminate unnecessary casts on initializers. Add initializations for setprintlist, showprintlist, setchecklist, showchecklist, maintenancelist, and maintenanceinfolist. * printcmd.c (maintenance_print_type): New maintenance cmd. * valprint.c (setprintlist, showprintlist): Move to main.c, as implied by comment that all cmd lists are owned by main.c. * infcmd.c (unsetlist): Move to main.c, as implied by comment that all cmd lists are owned by main.c. * language.c (setchecklist, showchecklist): Move to main.c, as implied by comment that all cmd lists are owned by main.c * breakpoint.c (enablelist, enablebreaklist, disablelist, cmdlist, deletelist): Remove redundant declarations (also in gdbcmd.h). * symmisc.c (printsyms_command): Now maintenance_print_symbols. * symmisc.c (printmsyms_command): Now maintenance_print_msymbols. * symmisc.c (printpsyms_command): Now maintenance_print_psymbols. * symmisc.c (printobjfiles_command): Now maintenance_print_objfiles. * symtab.h (maintenance_print_symbols, maintenance_print_psymbols, maintenance_print_msymbols, maintenance_print_objfiles): Add prototypes. * symmisc.c (printsyms_command, printpsyms_command, printmsyms_command, printobjfiles_command): Removed from _initialize_symmisc. * main.c (dump_me_command): Moved to maint.c and renamed to maintenance_dump_me. * breakpoint.c (all_breakpoints_info): Rename to maintenance_info_breakpoints. * breakpoint.c (_initialize_breakpoint): Convert add_info of all_breakpoints_info to add maintenance_info_breakpoints to the maintenanceinfolist instead. main.c (initialize_main): Set up maintenance class commands. Fred Fish 1992-07-06 00:22:57 +00:00
  • 6a701ae205 * energize-patches: Fix minor problems with building energize lib. (Also all energize.h to .Sanitize). Stu Grossman 1992-07-05 19:09:38 +00:00
  • 2bfe2c53db * energize-patches: Change names of all cadillac procedure calls to be energize procedure calls. Simplify many hooks by moving tests energize.c. Configure energize, and build it automatically now. Stu Grossman 1992-07-05 18:07:52 +00:00
  • 91fef76b2a * Makefile.in (VERSION): Bump to 4.5.7. * cplus-dem.c (demangle_args): Validate index for previously seen type to guard against bogus values from malformed manglings. * valops.c (value_struct_elt_for_reference): Guard against blindly using NULL return value from lookup_symbol. Fred Fish 1992-07-05 17:21:13 +00:00
  • 264ad0728b * cadillac.c, cadillac-patches: Rename to energize.c and energize-patches. Change all routines and variables named 'cadillac*' to 'energize*'. Create new file called energize.h to hold all interface declarations. Stu Grossman 1992-07-05 17:07:54 +00:00
  • f823634c30 * cadillac.c, cadillac-patches: Rename to energize.c and energize-patches. Change all routines and variables named 'cadillac*' to 'energize*'. Create new file called energize.h to hold all interface declarations. Stu Grossman 1992-07-05 17:06:47 +00:00
  • fe0b60b29b Typo John Gilmore 1992-07-05 11:54:06 +00:00
  • 23053b80b1 SVR4 names don't have underscores, according to the ABI. John Gilmore 1992-07-05 11:29:16 +00:00
  • ec8ceca3f3 * buildsym.c (finish_block): Fix thinko inner block' complaints. * dbxread.c (process_one_symbol): Parse N_OPT "gcc2_compiled.". * procfs.c (proc_set_exec_trap): Set run-on-last-close flag on child processes, to avoid dead ones "hanging around" after GDB exits. (attach): Always stop the process if it needs it. Set RLC flag when attaching running processes, so it will continue if we detach it, quit, or are killed. (detach): Clear faults and set RLC flag to make process run when we close it. (open_proc_file): New mode' argument for O_RDONLY or O_RDWR. Callers changed. (info_proc): Open process O_RDONLY, so we can see any process, even those controlled by debuggers. * tm-sun4sol2.h (SUN_FIXED_LBRAC_BUG): They did (in Sol 2). John Gilmore 1992-07-05 10:26:53 +00:00
  • a8cd562d42 Since sconix is treated as an OS (as opposed to vendor), we need to explicitly check for it. Sean Eric Fagan 1992-07-04 21:47:03 +00:00
  • c5ab244b6c Don't really want <sys/file.h> on a SysV system, and need to make sure a couple of necessary defines are done. Sean Eric Fagan 1992-07-04 21:45:42 +00:00
  • 2af231b836 Relocate symbols using an array of section_offsets, rather than a single addr' or offset'. This makes Solaris-2 support work, and permits better VxWorks (and maybe xcoff) support later. John Gilmore 1992-07-04 21:03:34 +00:00
  • 37e2f5cb8d > * xm-rs6000.h: define MEM_FNS_DECLARED David D. Zuhn 1992-07-04 14:17:13 +00:00
  • 2670f34d21 Relocate symbols using an array of section_offsets, rather than a single addr' or offset'. This makes Solaris-2 support work, and permits better VxWorks (and maybe xcoff) support later. See ChangeLog. John Gilmore 1992-07-04 13:59:03 +00:00
  • 76512886f9 Tidy innerblock_complaint and blockvector_complaint. John Gilmore 1992-07-04 12:23:23 +00:00
  • 3a16d64066 * main.c (main): Read the $HOME/.gdbinit file before processing the argv arguments (e.g. reading symbol files or core files). This allows global parameters to be set, which will apply during the symbol reading. The ./.gdbinit is still read after argv processing. * symtab.c (list_symbols): `i variables' shouldn't show enum values. John Gilmore 1992-07-04 12:21:01 +00:00
  • bc718e874a Regen after bfd/syms.c change: BSF_FILE. John Gilmore 1992-07-04 10:41:16 +00:00
  • a1f6632789 * syms.h: Define BSF_FILE, update BSF_SECTION_SYM desc. * elf.c: Remove unconditional debug printf's. (elf_write_object_contents, elf_slurp_symbol_table): Handle BSF_SECTION_SYM <=> STT_SECTION, BSF_FILE <=> STT_FILE. (elf_slurp_symbol_table): Hand out symbols in forward, not reverse order. Simplify duplicate code. John Gilmore 1992-07-04 10:38:33 +00:00
  • 92f66b2680 more docs on srcdir in makefiles, patch accepted by rms David D. Zuhn 1992-07-04 06:29:02 +00:00
  • 97225e37f7 * elf.c: Remove "(void)" casts from function calls where the return value is ignored, in accordance with GNU coding standards. Fred Fish 1992-07-04 03:24:37 +00:00
  • 4ed3a9ea66 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, core.c, cplus-dem.c, dbxread.c, dwarfread.c, elfread.c, environ.c, eval.c, findvar.c, gdbtypes.c, hppabsd-tdep.c, hppahpux-tdep.c, i386-tdep.c, ieee-float.c, infcmd.c, inflow.c, infptrace.c, infrun.c, m2-exp.y, mipsread.c, objfiles.c, parse.c, procfs.c, putenv.c, remote-mm.c, remote-vx.c, solib.c, sparc-tdep.c, sparc-xdep.c, stack.c, symfile.c, symtab.c, symtab.h, target.c, tm-i386v.h, tm-sparc.h, utils.c, valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Remove "(void)" casts from function calls where the return value is ignored, in accordance with GNU coding standards. Fred Fish 1992-07-04 03:22:08 +00:00
  • 4c7c6bab1f * dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris. * partial-stab.h: Ignore N_ENDM. * elfread.c (elf_symtab_read): Ignore symbols that don't have a CODE or DATA section attachment. This eliminates a lot of random values from shared libraries, which screw up the ordinary symbols in the address ranges they happen to overlap. * buildsym.c (define_symbol): Eliminate special tests for function types; move into "function" cases in switch statement. (define_symbol: 'f', 'F', 'P'): Process all parameter types in case they define new type numbers. But ignore them (FIXME). ('k', 'B'): Ignore const and volatile if we see them (FIXME). (read_sun_builtin_type): Add commentary. John Gilmore 1992-07-03 07:08:31 +00:00
  • 28b6b1ab85 , Steve Chamberlain 1992-07-02 00:53:25 +00:00
  • be1627d309 Aliasing bug fixes Steve Chamberlain 1992-07-02 00:53:14 +00:00
  • a0d48c83a3 restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris, should be correct for anything else.) Mark Eichin 1992-07-01 22:52:47 +00:00
  • c73e3fe40c Make sparcfrw/sparcfrwcompat/sparclitefrw/sparclitefrwcompat valid configurations for gcc. Jim Wilson 1992-07-01 17:53:32 +00:00
  • fbc2750e39 * hppa.c: Apply John's standard fix to avoid "empty translation unit" warnings from some ANSI-C compilers. Fred Fish 1992-06-30 23:50:04 +00:00
  • 41a2a528b9 Go ahead and make the TODO file part of the distribution, so we have a recognized place to note things which are not yet implemented. Fred Fish 1992-06-30 23:48:44 +00:00
  • bc22f7de0c * mmalloc.h (struct mdesc): Add FIXME comments to point out the need to save some data on a per-process basis for mapped regions that are shared. * attach.c (reuse): Update the morecore field for reused mapped regions to be correct for the current process. Fred Fish 1992-06-30 23:45:42 +00:00
  • 574fcd7b67 Small clarification in description of Jxx FOO expansion for 680x0. Roland Pesch 1992-06-30 18:17:31 +00:00
  • 43a16f2688 Make cross compilation work better. John Gilmore 1992-06-30 09:27:41 +00:00
  • 0f552c5fc6 * buildsym.c (scan_file_globals): Beware the null file. Fix from Jim Williams. John Gilmore 1992-06-30 08:53:28 +00:00
  • c47793da96 Allow BREAKPOINT to be overridden by -D (for Adobe). John Gilmore 1992-06-30 01:34:18 +00:00
  • 8bcd7db26c Update to gcc 2.2.2. New basic machine type we32k. Hppa split into hppa1.0 and hppa1.1. (hppa is no longer valid.) Jim Wilson 1992-06-30 01:22:59 +00:00