Commit graph

  • 0e409e0b3e rewrote m68up aliases, pea works on anything K. Richard Pixley 1991-10-31 07:06:33 +00:00
  • 2fac678d8c *** empty log message *** Steve Chamberlain 1991-10-31 05:40:50 +00:00
  • a0c686b537 #CVS: Modified Files: Steve Chamberlain 1991-10-31 01:25:35 +00:00
  • 3ab958289b *** empty log message *** Steve Chamberlain 1991-10-31 01:25:20 +00:00
  • 8442cbcdd4 *** empty log message *** Steve Chamberlain 1991-10-31 00:46:02 +00:00
  • 26dcf901d5 *** empty log message *** Steve Chamberlain 1991-10-31 00:35:31 +00:00
  • 8d91aae616 Initial revision K. Richard Pixley 1991-10-31 00:08:52 +00:00
  • 9f06bb91f2 Minor corrections from proofreading pass for WRS. Roland Pesch 1991-10-29 21:27:01 +00:00
  • 99823b6670 88k stuff Steve Chamberlain 1991-10-29 08:47:32 +00:00
  • fbb70f408b Initial revision Steve Chamberlain 1991-10-29 08:27:23 +00:00
  • 0885eef129 Don't care about an unlink failure Steve Chamberlain 1991-10-29 07:13:23 +00:00
  • 5f0e876707 * ar.c (write_archive.c): added unlink before rename since some systems can't rename onto an existant file. Steve Chamberlain 1991-10-28 19:22:12 +00:00
  • 8b3c897ae9 * main.c (initialize_history): Read history after reading all init files. Stu Grossman 1991-10-28 02:20:47 +00:00
  • da6745fd68 * coff-m88k.c, targets.c: change name of m88k_bcs to m88kbcs Steve Chamberlain 1991-10-28 01:18:01 +00:00
  • 01dd1b2b47 Sun Oct 27 16:56:58 1991 Steve Chamberlain (steve at cygnus.com) Steve Chamberlain 1991-10-28 01:08:51 +00:00
  • 2f192e9b95 Initial revision Steve Chamberlain 1991-10-28 01:00:06 +00:00
  • b90c4f33cd * c-exp.y (yyerror): Pass error message if given. * configure.in: Add rs6000 host and target. * inflow.c (new_tty): O_NOCTTY kludge for RS/6000. * symfile.h (entry_point): Add. John Gilmore 1991-10-27 22:27:15 +00:00
  • a23075bc5a * blockframe.c: Pass fromleaf to INIT_EXTRA_FRAME_INFO. * tm-29k.h, tm-88k.h, tm-i960.h, tm-irix3.h, tm-mips.h, tm-pyr.h, tm-sparc.h: Accept fromleaf parameter. John Gilmore 1991-10-27 22:26:52 +00:00
  • 4137c5fc0d * buildsym.c: Break out initial malloc sizes. (record_line): Record directly in a subfile. Alloc on demand. (compare_line_numbers): Add from xcoffread.c. (end_symtab): New params say whether to sort pendings and linetable. Patch block stabs if defined. Shrink linetable before allocating the symtab. * buildsym.h: Delete line_vector* and prev_line_number. Add global_stabs and file_stabs for xcoffread. * dbxread.c (start_subfile): Move to buildsym. Change above calls. * symtab.h: LINETABLE(symtab) can now be null. Zap LINELIST. * symmisc.c, symtab.c: Cope with null LINETABLEs. John Gilmore 1991-10-27 22:26:02 +00:00
  • 9439f48f4c Fixed ".reserve", and added toolversion for sparc + some nitpicks. K. Richard Pixley 1991-10-26 08:48:23 +00:00
  • d47d5315c8 * symfile.c (syms_from_bfd): New routine. (add_symbol_file): Call it to do the real work. (syms_from_bfd): Initialize entry_point before calling symfile_init. * symtab.h, symfile.c, coffread.c, mipsread.c, dwarfread.c: Avoid declaring or setting entry_point (symfile.h & symfile.c cope). John Gilmore 1991-10-26 08:02:23 +00:00
  • 2ce38c6d29 Add buildsym.c and buildsym.h. John Gilmore 1991-10-26 07:22:46 +00:00
  • c030245775 Break out symbol-table-building routines from dbxread.c, so they can be shared with xcoffread.c. John Gilmore 1991-10-26 07:21:30 +00:00
  • bcccec8c8d Various fixes to improve g++ debugging. See ChangeLog. Per Bothner 1991-10-26 02:05:14 +00:00
  • 5ab580ccf8 * tm-sparc.h, tm-68k.h (EXTRACT_RETURN_VALUE): fix output of short return values for sparc and 68k. Patch from Paul Eggert. Stu Grossman 1991-10-26 01:06:16 +00:00
  • eb3f3e5c6a *** empty log message *** Stu Grossman 1991-10-26 00:57:08 +00:00
  • 159a075e55 * coffread.c, coredep.c, i386-xdep.c: install patches for SysV/386 3.2 from Mauro DePalma. Stu Grossman 1991-10-25 23:10:12 +00:00
  • 40458cc92c Rename coff-related files. John Gilmore 1991-10-25 10:21:10 +00:00
  • 156e38523a * Rename COFF-related files in `coff-ARCH.c' form. coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c to be exact. John Gilmore 1991-10-25 10:17:52 +00:00
  • 4a29cb1e7e * Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing make output clutter. John Gilmore 1991-10-25 09:49:37 +00:00
  • c58215f248 * core.c (core_file_info), exec.c (exec_file_info): Print file type. Use printf_filtered. John Gilmore 1991-10-25 09:32:06 +00:00
  • 9cb602e111 (value_fetch_lazy): Avoid 0-length fetches. John Gilmore 1991-10-25 09:03:36 +00:00
  • db138ce2a7 Update doc on how to define an architecture for "mh" change. John Gilmore 1991-10-25 08:03:08 +00:00
  • fa8f1d093b rs6000 John Gilmore 1991-10-25 07:59:50 +00:00
  • 9d2972d880 Add file defining rs/6000 XCOFF file format. John Gilmore 1991-10-25 07:59:12 +00:00
  • bbfdbb6d0e Initial revision John Gilmore 1991-10-25 07:59:11 +00:00
  • f883d70466 avoid "ulong". John Gilmore 1991-10-25 07:43:52 +00:00
  • 85d433c30d Use RS6000COFF_C, not AIXCOFF_C. John Gilmore 1991-10-25 07:17:33 +00:00
  • cc97dfbba7 RS/6000 support John Gilmore 1991-10-25 07:16:59 +00:00
  • ba9137fe2d Initial revision John Gilmore 1991-10-25 07:16:56 +00:00
  • cbdc790909 RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore. John Gilmore 1991-10-25 07:06:02 +00:00
  • c8c0a2bd59 Add casts to remove compiler warnings from native Sun cc. Fred Fish 1991-10-25 06:47:13 +00:00
  • 84d82b1ccd Remove locally duplicated code for calling functions in the inferior. The only differences were in the specific trap vectors used and whether or not an fpu was present. These are now handled by appropriate definitions of BPT_VECTOR and HAVE_68881 respectively. Other minor obvious cleanups. Minor spelling correction in valops.c. Fred Fish 1991-10-25 06:29:23 +00:00
  • ed317bb309 Remove local BSD/USG hacks that are now in libiberty. Fred Fish 1991-10-25 06:13:22 +00:00
  • b662acae40 Remove prototype for dwarfwarn(). Breaks with <varargs.h>. Fred Fish 1991-10-25 06:09:15 +00:00
  • 6603bf38d7 RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore. John Gilmore 1991-10-25 05:36:31 +00:00
  • d1ac7440ae Switch to new config/hm-* scheme. John Gilmore 1991-10-25 05:02:04 +00:00
  • a051de4b21 aix is a Sys V as far as we're concerned. John Gilmore 1991-10-25 04:59:30 +00:00
  • b00771232f frame-select command. Cross funcalls to sun3. Build *.tab.c files in target dir. John Gilmore 1991-10-25 04:29:01 +00:00
  • ae9cce45ff Updates to h-vaxult.h from David Taylor. John Gilmore 1991-10-25 02:21:52 +00:00
  • a0f47eb73c Does't pass env variables down if localenv file is in target dir. Steve Chamberlain 1991-10-25 02:14:50 +00:00
  • 7e993cab28 Removed some debug Steve Chamberlain 1991-10-25 02:13:56 +00:00
  • ee8f0bd734 More name changing Steve Chamberlain 1991-10-25 02:07:18 +00:00
  • 825e656bf5 config file renaming, and boy did it need it! Steve Chamberlain 1991-10-24 22:17:11 +00:00
  • 98b2ca1cde Initial revision Steve Chamberlain 1991-10-24 22:12:05 +00:00
  • 0c6087dd1c config file renaming Steve Chamberlain 1991-10-24 22:10:04 +00:00
  • 4b39ad32c1 Now uses mt- and mh- rather than tmake and hmake files Steve Chamberlain 1991-10-24 21:36:40 +00:00
  • fa4248e315 Add "dwarf.h". Fred Fish 1991-10-24 18:12:14 +00:00
  • 811348f23b Add "amix". Fred Fish 1991-10-24 18:09:34 +00:00
  • 6fccdaf496 Add new DWARF, ELF, SVR4 /proc, Amiga UNIX, etc files. Fred Fish 1991-10-24 18:07:57 +00:00
  • e66027232e Add powersys alias John Gilmore 1991-10-24 16:54:38 +00:00
  • 313fdead0e Use <varargs.h>, since <stdarg.h> is not portable. John Gilmore 1991-10-24 16:34:56 +00:00
  • 54154111c5 Roll VERSION to 4.2.2. John Gilmore 1991-10-24 16:24:23 +00:00
  • d10861fdda Initial revision Fred Fish 1991-10-24 11:32:42 +00:00
  • 35f5886ebb New files for DWARF debugging format support, ELF object file support, SVR4 /proc (process file system) support, Amiga UNIX target and host defines, SVR4 target and host defines, and m68k hosts defines. Fred Fish 1991-10-24 11:28:54 +00:00
  • 0e17578d0c Document added dwarf.h file. Fred Fish 1991-10-24 11:16:02 +00:00
  • 1f5518a95d Initial revision Fred Fish 1991-10-24 11:15:35 +00:00
  • bb4ff69408 Add dwarfread.c, dwarfread.o, elfread.c, elfread.o to source and object file macros. Other obvious dwarf/elf tweaks. Fred Fish 1991-10-24 11:11:12 +00:00
  • 2f068b0dd5 Add "elf" to list of supported debugging formats in comment. Fred Fish 1991-10-24 11:09:46 +00:00
  • e2aab0314f Add three new builtin types (builtin_type_long_double, builtin_type_complex, and builtin_type_double_complex). Also add and use various TARGET_<TYPE>_BIT macros to indicate the sizes of various types on the target machine. Fred Fish 1991-10-24 10:58:41 +00:00
  • 020706804b Add machine dependent support routines for SVR4 /proc interface. Fred Fish 1991-10-24 10:48:55 +00:00
  • 63ac7ef33f When using SVR4 /proc interface, call proc_set_exec_trap() rather than ptrace(), to arrange for child to stop on first instruction. Fred Fish 1991-10-24 10:47:11 +00:00
  • 2bc2e684ad Add new function warning() which behaves the same as error() but returns rather than jumping back to command level. Modules that want to print their own warnings without calling warning() can call warning_setup() to handle the terminal compatibly with warning() and error(). Fred Fish 1991-10-24 10:38:56 +00:00
  • eaa1ef1df1 Make internal errors produce more useful messages. Fred Fish 1991-10-24 10:29:07 +00:00
  • e0796d2213 Add partial support for ELF format corefiles. Still needs code to extract register values from corefiles and make them available to bfd clients. Fred Fish 1991-10-24 10:26:26 +00:00
  • dcd15e5e7a Move code duplicated in almost every single m68k based machine to the common target file tm-68k.h. Duplications still need to be removed (FIXME). Fred Fish 1991-10-24 10:21:41 +00:00
  • 150f543625 System V versions must call setpgrp() with no arguments, to comply with prototyping typically in <unistd.h>. Otherwise the compile fails, at least with gcc. Fred Fish 1991-10-24 09:26:05 +00:00
  • 7b71de814a In config/t-m68k-elf, set DEFAULT_VECTOR to elf_big_vec. Fred Fish 1991-10-24 09:16:41 +00:00
  • 0fda1b621b Document change to config/hmake-sysv to send RANLIB (echo) output to /dev/null. Fred Fish 1991-10-24 09:10:41 +00:00
  • dcc23cb9aa Document changes to some bfd config files. Fred Fish 1991-10-24 09:06:06 +00:00
  • 67622ee16f For systems where RANLIB is defined as echo, send the output to /dev/null to help reduce clutter in the output from doing a make. Fred Fish 1991-10-24 09:00:51 +00:00
  • cb17dfb1c0 Add support for SVR4 style nm output. Not claimed to be optimal, I'm not a sed hacker. It does seem to work fine. Fred Fish 1991-10-24 08:54:58 +00:00
  • 4a35d6e91b Remove the object file specific fields from the partial symbol table structure and replace them with a pointer to private data for each different flavor of object file reader to initialize appropriately. Fred Fish 1991-10-24 08:42:20 +00:00
  • ba04ec6e77 Allow for using tmake-sun4 Heinz G. Seidl 1991-10-24 00:23:59 +00:00
  • c5ae567837 Makefiles should include the makefile frag names even if the makefile frag doesn't exist in *this* directory. Otherwise we inherit the variable setting from our parent Makefile. K. Richard Pixley 1991-10-23 21:48:28 +00:00
  • e89b8910fc Add note about strstr botch on sunos4.0.3c and previous. John Gilmore 1991-10-23 18:12:20 +00:00
  • b391b96dfb BISONPATH is now unused. remove it. K. Richard Pixley 1991-10-23 05:35:13 +00:00
  • e99a90a7f2 add clib K. Richard Pixley 1991-10-23 05:32:55 +00:00
  • 671e8558bf removed unused CC and CFLAGS lines K. Richard Pixley 1991-10-23 05:00:45 +00:00
  • 2e393ce478 * infrun.c (wait_for_inferior): Check return value from find_pc_line. Stu Grossman 1991-10-23 01:06:36 +00:00
  • 0d3e7f607f *** empty log message *** Stu Grossman 1991-10-23 01:05:57 +00:00
  • cb9fe247c0 tmake-ebmon Steve Chamberlain 1991-10-22 03:26:06 +00:00
  • bc6c937d0b *** empty log message *** Stu Grossman 1991-10-22 00:51:28 +00:00
  • b3b39c0c76 * infrun.c (wait_for_inferior): fix stepi/nexti that was broken by my last edit to this routine. Stu Grossman 1991-10-22 00:50:58 +00:00
  • 30ff2d72e0 Remove malloc/free decls covered in stdlib.h. From David Taylor. John Gilmore 1991-10-22 00:49:54 +00:00
  • 33a782f1d2 * coffcode.h (coff_compute_section_file_positions): make it pad section size out if there are alignment restrictions so that the image will be ok on a system where section positions are worked out by accumulating sizes rather than from the section headers. Steve Chamberlain 1991-10-21 23:58:49 +00:00
  • 065114de7b Make sure that 29k relocs are done right. Steve Chamberlain 1991-10-21 22:57:31 +00:00
  • 14dd454bea Changed minimum section alignment Steve Chamberlain 1991-10-21 22:55:06 +00:00
  • 16871f331b Check for any remaining mentions of "sanitize" in files at this level, after completing a Sanitize run. John Gilmore 1991-10-21 22:15:19 +00:00
  • 320e1b8638 Handle "life" sanity, which Tiemann half-implemented in config.sub. John Gilmore 1991-10-21 22:10:13 +00:00