Commit graph

  • 6d984a0c18 *** empty log message *** Steve Chamberlain 1991-10-21 19:56:47 +00:00
  • 605cd2a3fd ebmon stuff Steve Chamberlain 1991-10-21 19:53:31 +00:00
  • 44e4e473f8 * configure.in: added ebmon target. Steve Chamberlain 1991-10-21 17:06:59 +00:00
  • 7e3091046d * nm.c: now doesn't crash if a symbol with no section and no SEC_ABS appears. Steve Chamberlain 1991-10-21 16:48:10 +00:00
  • a0788ae38f *** empty log message *** Steve Chamberlain 1991-10-21 16:46:41 +00:00
  • f58809fd41 * targets.c (proto write_armap). Changed orl_count to unsigned. * opncls.c (bfd_close_all_done). Added so that generative programs like gas can close a bfd without causing bfd confusion. * libbfd.h (changed becuase of protos) * amdcoff.c: messed with the way that jmp displacements are calcualated. This may not yet be totally correct. * archive.c (coff_write_armap): rewrote the way that ranlibs are written out. * coffcode.h (fixup_symbol_value): now doesn't core dump if a non abs symbol has no section (like a register symbol). (coff_write_symbol) now zeros auxent before filling it up to help with sensitive applications. * libbfd.c (bfd_write_bigendian_4byte_int): added. Steve Chamberlain 1991-10-21 16:42:54 +00:00
  • 7955ad1c4d * configure.in: added ebmon entry. * output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * tc-a29k: added the reloc types we support now Steve Chamberlain 1991-10-21 16:32:10 +00:00
  • 5757497917 * configure.in: added ebmon entry. * output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * tc-a29k: added the reloc types we support now. Steve Chamberlain 1991-10-21 16:31:47 +00:00
  • 6352cb8fbd Initial revision Steve Chamberlain 1991-10-21 16:31:43 +00:00
  • 8a24a37c7e * configure.in: added ebmon entry. * output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * config/tc-a29k: added the reloc types we support now Steve Chamberlain 1991-10-21 16:29:54 +00:00
  • 35c90743a0 Make perror arg be CONST to avoid warning, and remove duplicate declaration of perror. Per Bothner 1991-10-17 22:31:26 +00:00
  • b1dcd6ac3f Final touchups for release John Gilmore 1991-10-17 06:51:00 +00:00
  • b271fff21f * hosts/h-tahoe.h: Add FASCIST_FDOPEN and NO_CORE_COMMAND; revamp HOST_*, etc. * hosts/h-i386v.h: Use <utime.h>, not <sys/utime.h>, unlike POSIX. John Gilmore 1991-10-17 06:04:35 +00:00
  • 785ce19c33 More last minute gdb-4.2 changes. John Gilmore 1991-10-17 05:58:34 +00:00
  • b53d3945ed * coredep.c: Add <sys/types.h> for SCOnix. * dbxread.c (read_dbx_symntab): Avoid coredump on malformed file. * printcmd.c (print_formatted): Flush output before disassembly. * xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit. John Gilmore 1991-10-17 05:57:51 +00:00
  • c5a475c86d * xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath. * xconfig/tahoe: Add REGEX, which seems to be missing. John Gilmore 1991-10-17 05:57:02 +00:00
  • 9e0906a6b2 *** empty log message *** Roland Pesch 1991-10-16 22:11:28 +00:00
  • 092678655c More updates due to Picard refcard comments. Roland Pesch 1991-10-16 22:08:33 +00:00
  • a3ae208f8a sparc-64 to sparc-ll John Gilmore 1991-10-16 21:41:27 +00:00
  • a1b8c5d69d GDB-4.2 release! John Gilmore 1991-10-16 21:02:31 +00:00
  • 1c0678213e * aout64.h: Remove PAGE_SIZE defines; they are target-dependent. Add N_FN_SEQ for N_FN symbol type used on Sequent machines. * stab.def: Include N_FN_SEQ in table. * bout.h: External formats of structures use unsigned chars. John Gilmore 1991-10-16 20:35:06 +00:00
  • e0dacfd17a Clarifications and rephrasings, largely due to Pinard's comments on refcard. Roland Pesch 1991-10-16 20:00:20 +00:00
  • 314f3eeda3 * archive.c (bsd_write_argmap): The size of the ranlib structures should not include teh size field itself. * aoutx.h, libaout.h (NAME(aout, sizeof_headers)): Use adata(abfd)->exec_bytes_size field instead of constant macro, because aoutx.h compiles to a simple .o file shared by all 32-bits a.out targets. Per Bothner 1991-10-16 19:50:08 +00:00
  • 45e6027024 * core.c (core_open): Improve error message for bad file. Pass .reg virtual memory address to fetch_core_registers to help it find the registers in the core-file header. * coredep.c (fetch_core_registers): Take new argument, use it, and pass it to register_addr to locate the block of registers. John Gilmore 1991-10-16 19:42:05 +00:00
  • a13f8a2f23 Remove -Dgetpagesize()=4096 kludge. John Gilmore 1991-10-16 19:41:34 +00:00
  • 3410447c4a Add copright notice to mkscript.c as well. Per Bothner 1991-10-16 19:41:33 +00:00
  • 2d1a2445ff Add or update copyright notices. Per Bothner 1991-10-16 19:39:40 +00:00
  • 6150cc735f * dbxread.c (read_dbx_symtab, process_one_symbol): Handle Sequent N_FN_SEQ like everybody else's N_FN. John Gilmore 1991-10-16 19:38:56 +00:00
  • 282effc79f Allow i386-sco-sysv. Updates from my internet testing for gdb-4.2. John Gilmore 1991-10-16 18:59:59 +00:00
  • 0fa4f690d6 * host-aout.c: New strategy. We use common code, include files, and data structures to handle the file, but set a few parameters from the host's config file (page size, text start addr, etc). * libaout.h: Define HP BSD machine types. John Gilmore 1991-10-16 18:57:16 +00:00
  • d8474a9bc1 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c, i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist. Per Bothner 1991-10-16 18:57:08 +00:00
  • 637942e4db * trad-core.c: Pass the u.u_ar0 value as the negative of the virtual-memory-address of the .reg section. We can't just make a section for "all the regs and nothing else" because only GDB knows exactly where the regs are (scattered around the upage and stack). Clean up memory allocation. Remove big- and little-endian vectors, replace with single vector; this only runs on the host, in host byte order. Replace byteswap routines with aborts in case anyone calls them. * targets.c: There's only one trad_core_vec now. * aoutf1.h (sunos_core_file_p): VMA of .reg* now needs to be 0. John Gilmore 1991-10-16 18:56:07 +00:00
  • 492e557236 bumped to 1.90.1 K. Richard Pixley 1991-10-16 09:15:29 +00:00
  • d93912533e Shift positions on memory.h. Seems gcc has changed. K. Richard Pixley 1991-10-16 08:56:25 +00:00
  • 5dfddc7fc6 * doc/refcard.tex (sec "Working Files"): consistent metavars, due to Franc,ois Pinard (pinard@iro.umontreal.ca) Roland Pesch 1991-10-16 06:35:14 +00:00
  • d9800dbbf3 Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): several instances of *name* in "Working Files" s.b. *file*. Roland Pesch 1991-10-16 06:32:57 +00:00
  • e251e76736 Another revision of "Installing" appendix, for GDB 4.2. Table of config name segments now updated. Roland Pesch 1991-10-16 06:27:06 +00:00
  • 7c15cbe814 typo in a comment. K. Richard Pixley 1991-10-16 04:19:14 +00:00
  • 93ae2e889a * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure. Roland Pesch 1991-10-16 03:13:36 +00:00
  • c7637ea643 Update appendix "Installing GDB". (not yet updated: list of host-vendor-os). Roland Pesch 1991-10-16 03:11:28 +00:00
  • 3dfb315ebd Further evolution. Remove hp-include pending real HP support. John Gilmore 1991-10-16 02:14:39 +00:00
  • 7ff46684f8 Configure isn't here any more. John Gilmore 1991-10-16 01:54:31 +00:00
  • 52bcb9e3ca sparc-64 to sparc-ll John Gilmore 1991-10-16 01:45:32 +00:00
  • 7534367a51 Remove configure and config.sub to ../ John Gilmore 1991-10-16 01:42:56 +00:00
  • a928109bf0 Convert dec3100 to decstation. John Gilmore 1991-10-16 01:10:42 +00:00
  • 775e3a22af Remove include files to bfd/hosts. John Gilmore 1991-10-16 01:08:08 +00:00
  • 5d2cfefe93 * configure.in, tconfig/decstation, xconfig/decstation: Rename dec3100 to decstation. John Gilmore 1991-10-16 01:06:01 +00:00
  • 7b02b4ed6f * hosts/h-amix.h (free): Fix prototype. * aoutx.h: Don't use NULL as an integer, for braindead systems that declare it as (void *)0. (From Peter Schauer.) John Gilmore 1991-10-15 23:41:17 +00:00
  • afe4ca159b Changes from Fred Fish: * tm-68k.h (FPI_REGNUM): Add. * infrun.c (child_create_inferior): flush stdout and stderr before forking. * configure.in: Handle amigados, amix hosts and targets. * inflow.c: Handle TIOCGLTC_BROKEN for Amiga. John Gilmore 1991-10-15 23:29:34 +00:00
  • 8c8af913b2 * hosts/h-amix.h (free): Fix prototype. John Gilmore 1991-10-15 21:52:18 +00:00
  • 90c7c72088 Add hosts directory. Per Bothner 1991-10-15 07:29:13 +00:00
  • c1eeb9af4a Initial revision Per Bothner 1991-10-15 06:57:32 +00:00
  • 2109a7b736 * doc/gdb.texinfo (nodes Continuing and Stepping; Memory; Targets) clarifications due to Larry Breed Roland Pesch 1991-10-15 00:46:39 +00:00
  • cedaf8bca5 Clarifications to "stepping", "Displaying Memory", and "Targets" due largely to Larry Breed Roland Pesch 1991-10-15 00:43:31 +00:00
  • d7f3324c0d New targets as.mm, as.me Roland Pesch 1991-10-15 00:38:11 +00:00
  • 0c10ff03a5 New targets binutils.mm, binutils.me Roland Pesch 1991-10-15 00:35:13 +00:00
  • 954ac2eafd * Makefile.in: new targets ld.mm, ld.me (more roff forms of doc) Roland Pesch 1991-10-15 00:31:56 +00:00
  • 972e7b4bc4 * Makefile.in, ldtemplate: Need to use separate scripts for -n and -N options. Yet more complication. Per Bothner 1991-10-15 00:28:43 +00:00
  • fd671dc421 * aoutx.h (NAME(aout,set_section_contents)): Try to handle the various kinds of alignments for the various kinds of magic numbers. Per Bothner 1991-10-15 00:24:03 +00:00
  • bcdc00417d Revise to match config renaming. John Gilmore 1991-10-14 21:56:44 +00:00
  • a7a7b848a5 Don't assume . is on the path. John Gilmore 1991-10-14 21:23:05 +00:00
  • 440d983441 Catch up to changes recorded in GDB ChangeLog, to wit: 1) "show copying" and "show warranty" in sample output (instead of obs. "info") 2) new command "printpsyms" 3) Complaint "const/volatile indicator missing" re-enabled 4) Complaint "C++ type mismatch..." now "info mismatch..." Roland Pesch 1991-10-14 20:36:50 +00:00
  • c7aab257f9 Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com) Roland Pesch 1991-10-14 18:44:58 +00:00
  • 0ca48c5250 as.ms (roff form of documentation) target in Makefile: add one more sed editing pass, to preprocess the more elaborate form of xref now used in this manual into the simpler form that texi2roff can deal with. Roland Pesch 1991-10-14 18:43:52 +00:00
  • fa744079c1 Update for new bfd/hosts. John Gilmore 1991-10-12 07:38:07 +00:00
  • 3c6c67143a Assorted patches from Fred Fish, Peter Schauer. John Gilmore 1991-10-12 07:19:13 +00:00
  • df6335e19f * tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer. John Gilmore 1991-10-12 07:11:48 +00:00
  • 96eb46258b Fixed typo. Per Bothner 1991-10-12 06:43:01 +00:00
  • 9e77ff161f * copying.awk: Filter formfeeds out of copying & warrantee. Make them available as show copying' and show warrantee' also. John Gilmore 1991-10-12 06:28:15 +00:00
  • f02be00a6d * Makefile.in: Avoid Sun Make VPATH bugs. * targets.c: Declare trad_core vectors extern. John Gilmore 1991-10-12 05:45:57 +00:00
  • d7cce023da Avoid Sun Make VPATH bugs by adding dependencies. John Gilmore 1991-10-12 05:44:58 +00:00
  • 33ce0085ba * Makefile.in: Avoid using $< in explicit Make rules (it doesn't work). Add some lines to avoid Sun Make VPATH bugs. John Gilmore 1991-10-12 05:42:05 +00:00
  • 921faa529c doc/as.texinfo: minor changes for texi2roff-2 Makefile.in: revise 'doc' target. Roland Pesch 1991-10-12 01:20:38 +00:00
  • 098d714d81 *** empty log message *** Roland Pesch 1991-10-12 01:18:13 +00:00
  • 1966e7158a Makefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling tex (2) new target as.ms (roff) as.texinfo: sed-markers to make roff output pick up less-fancy form of tables and illustrations (otherwise used by info, not TeX); slight text chgs as workarounds for texi2roff bugs Roland Pesch 1991-10-12 00:49:50 +00:00
  • b7e24eef35 * news.sc: Add alignment for data segment. * ldtemplate: Add (yet another) script to get for -n or -N options. (These need different alignment than ZMAGIC files.) * Makefile.in: Add stuff for new foo.xn scripts. These are generated by replacing "ALIGN(0x...00)" by ".". Per Bothner 1991-10-11 23:47:05 +00:00
  • 6b58372076 * Makefile.in: add target "binutils.ms" Roland Pesch 1991-10-11 23:11:17 +00:00
  • 10a69a373d Slightly better comments (re doc targets). Roland Pesch 1991-10-11 22:51:31 +00:00
  • b55e0948ed * Makefile.in: new targets ld.ms, ld-index.ms ld.texinfo: remove tabs, other cleanups for texi2roff Roland Pesch 1991-10-11 22:44:11 +00:00
  • 8073190bd2 Support for "ld.ms", "ld-index.ms" ROFF-style doc targets. Roland Pesch 1991-10-11 22:42:57 +00:00
  • 6719c75b99 * ldmain.c (main): Make config.magic_demand_paged be true by default. Don't the WP_TEXT and D_PAGED flags of output_bfd here; it's too late, so set it when output_bfd is created (in ldlang.c). Also fix setting of EXEC_P flag * ldlang.c (ldlang_open_output): Set output_bfd->flags here. * ldlang.c: Remove some duplicate extern declarations. * ldgram.y: Fixes to -N and -n options. * Makefile.in: Recognize upper case letters in sed script to remove assignments from script files. * ldtemplate: Don't assukme that -N or -n options imply use of -r script. * mkscript.c: Tweaking to correctly handle \n and \\ in input. Per Bothner 1991-10-11 21:02:22 +00:00
  • 71fa3b0161 * coffcode.h: Moved ALIGN macro to libbfd.h. Removed i960_align. * libbfd.h: Moved ALIGN macro here. * bout.c (b_out_callback): Replace i960_align by align_power. Per Bothner 1991-10-11 20:45:29 +00:00
  • abd4aaa9cb * binutils.texinfo: minor restructuring for texi2roff comfort. Roland Pesch 1991-10-11 19:52:56 +00:00
  • 15c1f44db6 More literal adherence to "standard" texinfo usage of @tex, @title, @author, etc., for makeinfo's comfort. Roland Pesch 1991-10-11 19:50:14 +00:00
  • 0c210c9c52 * bfd.h:upgrade from bfd.c * internalcoff.h: add n_name, n_zeroes and n_offset macros * amdcoff.h: Define OMAGIC and AOUTHDRSZ. Steve Chamberlain 1991-10-11 19:44:01 +00:00
  • 0d74098420 * bfd-in.h: Added more macros to COFF_SWAP_TABLE. * bfd.c: Added macros to enable gas to swap coff records. * coffcode.h: Make the coff_swap_*_out routines return the number of bytes swapped, and cleaned up their prototypes. * configure.in: Added ebmon/coff support * ecoff.c: Changed null definitions of coff_swap_*_out to conform to new prototypes * targets.c: Added new entry points for coff swapping Steve Chamberlain 1991-10-11 19:39:29 +00:00
  • c97b47fec2 *** empty log message *** Steve Chamberlain 1991-10-11 19:32:25 +00:00
  • e9fcc7432e Initial revision Steve Chamberlain 1991-10-11 19:32:24 +00:00
  • 565a4c769c * Makefile.in, config.h, configure.in, ldemul.c: added ebmon29k stuff Steve Chamberlain 1991-10-11 19:31:15 +00:00
  • 23adc11718 * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony. * bfd.h (align_power): Add (actually move) comment. Per Bothner 1991-10-11 18:01:05 +00:00
  • 8e10cea146 * ldtemplate: include bfd.h before sysdep.h. Steve Chamberlain 1991-10-11 17:30:20 +00:00
  • 273663141e Added ebmon to os list Steve Chamberlain 1991-10-11 16:50:53 +00:00
  • 23d44ec958 Remove refs to ../include/sysdep.h. John Gilmore 1991-10-11 12:48:25 +00:00
  • 1f8fc34f25 Restructure configuration scheme for bfd, binutils, ld. John Gilmore 1991-10-11 11:54:33 +00:00
  • 4ee8b8e5e3 Add dgux as a valid OS. Add msdos as an invalid, but accepted, os. John Gilmore 1991-10-11 11:47:48 +00:00
  • d2da7464de Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. John Gilmore 1991-10-11 11:38:10 +00:00
  • 683819e163 Restructure configuration scheme for bfd, binutils, ld. * config/: Rename some config files to match up h-*.h names. Remove all the HOST_SYS definitions from the config files. John Gilmore 1991-10-11 11:35:07 +00:00
  • 8a60817c38 Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. Change some config names to match other dirs. John Gilmore 1991-10-11 11:30:12 +00:00
  • f177a611f1 Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. John Gilmore 1991-10-11 11:28:27 +00:00
  • d7381d0cb0 Restructure configuration scheme for bfd, binutils, ld. John Gilmore 1991-10-11 11:24:04 +00:00