Commit graph

  • 7fd3560a6a * read.c (s_fill): make the .fill size clamped error a warn and fix bug where 0's were always placed. Steve Chamberlain 1992-08-06 19:11:19 +00:00
  • 1eaf4dd64d * config/tc-h8300.c: if a :8 is seen after an operand, fill top two bytes of any constant with 0xff: Steve Chamberlain 1992-08-06 19:09:57 +00:00
  • 8275e802a7 * buildsym.c (end_symtab): Make copy of dirname on symbol obstack. Fred Fish 1992-08-06 17:58:26 +00:00
  • 4f3569faad Fix typo, I ment sun 3 .align is nbytes Steve Chamberlain 1992-08-05 19:06:28 +00:00
  • 9e43698e16 * config/tc-m68k.c (md_pseudo_table): fix the .align thing the right way; for just the 68k. Sun 3 .align is nbytes, not ptwo. Steve Chamberlain 1992-08-05 19:05:43 +00:00
  • 62594bd73c * config/tc-m68k.c (md_pseudo_table): fix the .align thing the right way; for just the 68k. Sun4 .align is nbytes, not ptwo. Steve Chamberlain 1992-08-05 19:05:21 +00:00
  • ee9d275b29 * copy.c: When is_strip (because it is invoked as the strip program), follow traditional argv processing: 'strip file1 file2' now strips file1 and file2, rather than stripping file1 (as input), leaving output in file2. Per Bothner 1992-08-05 18:46:00 +00:00
  • 15ee4caab2 Update comments. It doesn't do MiniMON, it does UDI! John Gilmore 1992-08-05 17:49:48 +00:00
  • 934afcd434 * tc-m68k.c (try_index): Error if index scaling specified and assembling for an older CPU than a 68020. John Gilmore 1992-08-05 08:59:10 +00:00
  • 38094c6033 * remote.c (getpkt): Only force retransmission ten times; after that, assume bug in target code, and handle pkt anyway. John Gilmore 1992-08-05 08:46:44 +00:00
  • 917bffa7f6 * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc, cdtest.exp: A test program (copied from libg++/test-install) that tests that constructor and destructors are handled corrrectly. Per Bothner 1992-08-05 04:15:37 +00:00
  • c7a535938e delete cvs merge cruft Ken Raeburn 1992-08-04 21:41:14 +00:00
  • d4aea631b3 fix INFO-DIR-ENTRY David D. Zuhn 1992-08-04 08:24:09 +00:00
  • 01b8752d28 fix INFO-DIR-ENTRY, new gen-info-dir David D. Zuhn 1992-08-04 08:20:51 +00:00
  • d0d0f75ef1 * configure.in: Add support for apollo 68k under BSD environment. * xm-apollo68b.h: New file to support above. Stu Grossman 1992-08-04 00:09:14 +00:00
  • dfa891fc11 clean up Makefile.in (install), configure.in (the parts that choose what not to build for a host or target) David D. Zuhn 1992-08-03 22:44:29 +00:00
  • b40f9c73f7 fix installation problem which forced a relink of ld on 2nd and subsequent installation David D. Zuhn 1992-08-03 22:07:36 +00:00
  • eafc6d85c6 * configure.in: Recognize i486 host cpu, and use i386-elf for i486-ncr-sysv4. Fred Fish 1992-08-03 07:36:45 +00:00
  • 26fe0d7d42 * config.sub (ncr3000): Change i386 to i486. Fred Fish 1992-08-03 07:35:08 +00:00
  • 9e4667f601 * configure.in: Recognize i486 host cpu. * valprint.c (type_print_derivation_info): Print derivation info in same form as class declarations in source. * valprint.c (type_print_varspec_suffix): Split arg printing code out to type_print_args function. Fred Fish 1992-08-03 07:28:46 +00:00
  • 6030489a3a Back out of ill-considered addition of support for SHT_BEPROGBITS. Fred Fish 1992-08-02 15:48:21 +00:00
  • 680227f309 fix for pr1371: heed fx_offset in pcrel relocs Ken Raeburn 1992-08-01 23:20:55 +00:00
  • 3dfa6cfb66 * config/stratus.mt (CC): Remove definition. * elf.c (bfd_section_from_shdr, elf_section_from_bfd_section, section_from_elf_index): Add SHT_BEPROGBITS case for i860 in big endian mode. * elf.c (bfd_section_from_shdr): Test for the possibility that section_from_elf_index returns NULL and don't dereference it. Fred Fish 1992-08-01 20:51:09 +00:00
  • 8c6e4bb248 * obstack.h: Merge changes from current FSF version. Fred Fish 1992-08-01 20:48:33 +00:00
  • c50533602e * dwarf.h: Replace with current version from gcc distribution. * common.h (SHT_BEPROGBITS): Add section type for i860 operating in big endian mode, where code is in a separate section. The SHT_PROGBITS section is used for data. From pfieland@stratus.com. Fred Fish 1992-08-01 20:47:51 +00:00
  • cd46ffad4e * dwarfread.c (struct dieinfo): Remove obsolete at_visibility, at_import, at_frame_base. * dwarfread.c (completedieinfo): Remove cases for obsolete AT_visibility, AT_import, and AT_frame_base attributes. * breakpoint.h (BREAKPOINT_MAX): Increase from 10 to 16 for i860, which can keep up to 4 shadow breakpoints. * tm-stratus.h (USG): Define. * tm-stratus.h (TARGET_BYTE_ORDER): Define to BIG_ENDIAN. * xm-stratus.h (HOST_BYTE_ORDER): Define to BIG_ENDIAN. * xm-stratus.h (xm-sysv4.h): Include, name changed from xm-svr4.h. * xm-stratus.h (NO_JOB_CONTROL): Remove define. * config/stratus.mt (TDEPFILES): Include files available from stratus that are not yet in release pending receipt of paperwork at FSF. * buildsym.c (finish_block): Minor code format change. * gdbtypes.h (struct field): Add to comments. * gdbtypes.h (virtual_field_bits): Add to comments. * objfiles.c (allocate_objfile): Change obstack interface to match FSF merging efforts. Fred Fish 1992-08-01 20:40:59 +00:00
  • 47660bef1b fix for PRs 1360 and 1370 -- new v8 patterns for save,inc,dec Ken Raeburn 1992-08-01 03:19:58 +00:00
  • 6d27d3a205 * config/tc-m68k.c (m68k_ip): Mismatch error could also indicate processor/opcode mismatch, so reword the error message. (md_assemble): If no CPU has been set (even if FPU/PMMU characteristics have been), default to 68020. Don't need extra quotes around error string. Ken Raeburn 1992-08-01 02:26:13 +00:00
  • 03bb29bf79 (&!@# CVS breakage...) * configure.in (mips host): Accept "ultrix" with version number. Ken Raeburn 1992-08-01 02:15:14 +00:00
  • c51ccfd50a * configure.in (mips host): Accept "ultrix" with version number. Ken Raeburn 1992-08-01 02:12:55 +00:00
  • 672786833c Update cygnus copies of currently undistributed i860 files maintained by Peggy Fieland at stratus.com. Fred Fish 1992-07-31 23:17:54 +00:00
  • 14f1fc24fa * read.c (potable): Revert sac's incorrect change made Jul 13. Align really is supposed to be ptwo not nbytes. Jim Wilson 1992-07-31 19:29:14 +00:00
  • ee7c00ac95 didn't get propagated from progressive to devo. David Henkel-Wallace 1992-07-31 17:33:55 +00:00
  • 5898af2c4b Add some files from Progressive shich shouldn't be lost. David Henkel-Wallace 1992-07-29 16:21:34 +00:00
  • d81eea83fb Don't save obsolete/ David Henkel-Wallace 1992-07-28 18:58:12 +00:00
  • d6002bc45c Pull RCS ID. John Gilmore 1992-07-28 08:19:47 +00:00
  • 3b9b1e6cd6 Remove empty line. John Gilmore 1992-07-28 08:12:26 +00:00
  • d07734e31f * Makefile.in (VERSION): Bump to 4.6.2. * Makefile.in (SFILES_MAINDIR): Add stabsread.c * Makefile.in (OBS): Add stabsread.o * Makefile.in (stabsread.o): Add build rule. * stabsread.c, stabsread.h: New files. * buildsym.c: Split out stabs specific support to stabsread.c. * buildsym.h: Split out stabs specific support to stabsread.h. * dbxread.c (stabsread.h): Include * dbxread.c (dbx_new_init): Call stabsread_new_init. * dbxread.c (dbx_psymtab_to_symtab_1): Call stabsread_init. * dbxread.c (read_ofile_symtab): Call end_stabs. * dbxread.c (process_one_symbol): Call end_stabs and start_stabs. * dbxread.c (elfstab_build_psymtabs): Call stabsread_new_init. * dwarfread.c (psymtab_to_symtab_1): Call buildsym_init, add really_free_pendings to cleanups. * elfread.c (elf_new_init): Call stabsread_new_init. * gdbtypes.c: Small changes to maintenance commands. * mipsread.c (stabsread.h): Include. * mipsread.c (psymtab_to_symtab_1): Call end_stabs. * xcoffread.c (stabsread.h): Include. * xcoffread.c (global_stabs): Remove redundant def. * xcoffread.c (read_xcoff_symtab): Call start_stabs and end_stabs. Fred Fish 1992-07-28 04:22:18 +00:00
  • 9e2b3581cb HP host support David Henkel-Wallace 1992-07-23 19:44:30 +00:00
  • d63a3da9bf HP stuff. David Henkel-Wallace 1992-07-23 19:01:47 +00:00
  • 12ad398426 OSE stuff. David Henkel-Wallace 1992-07-23 19:01:34 +00:00
  • 3dfac3bc35 hp stuff. David Henkel-Wallace 1992-07-23 19:01:19 +00:00
  • ddce75e075 Support OSE. David Henkel-Wallace 1992-07-23 18:57:29 +00:00
  • f6715b07ae support OSE. David Henkel-Wallace 1992-07-23 18:47:33 +00:00
  • d77c6b93cb Don't keep bison. Do keep byacc. David Henkel-Wallace 1992-07-23 18:44:33 +00:00
  • e49dde896f more hp config stuff via xpro David Henkel-Wallace 1992-07-23 18:41:54 +00:00
  • cd625bf3f9 Keep OSE support David Henkel-Wallace 1992-07-23 18:23:44 +00:00
  • ee7bc291d5 new from prep K. Richard Pixley 1992-07-23 16:19:10 +00:00
  • d78086038e * lmode_inferior_valid, lmode_ours_valid: New static vars. * inflow.c (terminal_init_inferior, terminal_inferior, terminal_ours_1, initialize_inflow): Record and use state of lmode_inferior_valid and lmode_ours_valid. Fred Fish 1992-07-23 04:41:40 +00:00
  • 63e7966039 correct typo K. Richard Pixley 1992-07-22 03:04:11 +00:00
  • c9b36b5f8f keep .cvsignore and test-build.mk K. Richard Pixley 1992-07-22 02:46:15 +00:00
  • 1b05371ea2 keep mh-hpux K. Richard Pixley 1992-07-22 02:41:29 +00:00
  • 0ddd7b5066 frag for hpux, INSTALL=cp David D. Zuhn 1992-07-21 08:07:26 +00:00
  • 5343482f4d fragment for HPUX, copied from mh-sysv, added yet another INSTALL=cp David D. Zuhn 1992-07-21 08:06:50 +00:00
  • c0f1085b5a * buildsym.c (read_struct_type): Initialize structs allocated with alloca, to avoid using random values from stack later on. * defs.h (fprintf_filtered): Add prototype. * gdbtypes.c (check_stub_method): Fix misleading comments. * gdbtypes.c (print_arg_types, dump_fn_fieldlists): New maint support functions. * gdbtypes.c (print_cplus_stuff, recursive_dump_type): Many small changes to maint support functions. * gdbtypes.h (cplus_struct_type): Reorganize member ordering for some fields and expand comments. * objfiles.c (allocate_objfile): Use new obstack_alloc_arg macro and track change to obstack_full_begin macro. * utils.c (fprintfi_filtered): New function. * valprint.c (type_print_base): Fixup field printing to not print extraneous lines and not print bogus "no data fields" messages for C++ classes with no data members. Also use new fprintfi_filtered function. Fred Fish 1992-07-21 04:14:34 +00:00
  • 4a2d5d0ef6 configure error messages to stderr, recognize hppa* instead of hppa David D. Zuhn 1992-07-20 02:21:12 +00:00
  • 43557c0aec rearranged tests to remove subdirs from configdirs David D. Zuhn 1992-07-20 00:56:37 +00:00
  • ea2b679c90 don't install gprof.{callg,flat}, install the man page, get the new man page from progressive (the one that uses -man macros) David D. Zuhn 1992-07-20 00:48:14 +00:00
  • d24bf980a0 Fixup patch for ncr3000.mh, delete patch for amix.mh, add patch for demangle.c. Fred Fish 1992-07-18 20:14:32 +00:00
  • b4edd96978 build in-place before other builds K. Richard Pixley 1992-07-18 05:59:30 +00:00
  • ff34c090ce remove stamp-co on very K. Richard Pixley 1992-07-18 05:58:14 +00:00
  • dae8a4cf86 predicate stage3 and comparison on the existence of gcc K. Richard Pixley 1992-07-18 05:56:28 +00:00
  • 846b9d7b0d recurse explicitly with -f test-build.mk when appropriate. K. Richard Pixley 1992-07-18 05:54:04 +00:00
  • ec467c8310 removed rcsids K. Richard Pixley 1992-07-18 05:06:56 +00:00
  • ebe30eae41 removed rcsids K. Richard Pixley 1992-07-18 04:12:48 +00:00
  • d1289d7234 removed rcsids K. Richard Pixley 1992-07-18 01:40:47 +00:00
  • 5ae97f7d26 removed rcsids K. Richard Pixley 1992-07-18 01:34:19 +00:00
  • ae32c8f85d Correct pathnames for files in config/ Stu Grossman 1992-07-18 00:44:46 +00:00
  • b5fee91eae * energize.c: Second cut at DynamicLoad message handling. Stu Grossman 1992-07-18 00:29:40 +00:00
  • 218e537ad7 Update to reflect new Makefile.in changes for Energize connection lib. Stu Grossman 1992-07-18 00:15:39 +00:00
  • 509c1804ca * energize.c: Relativize pathnames in #include statements. * (kernel_dispatch): Better error messages for unknown protocol messages. * (kernel_dispatch): First cut at DynamicLoad message handling. Stu Grossman 1992-07-18 00:00:24 +00:00
  • f8e32b6ee5 * Makefile.in: Remove -I../readline from all compilations, include a special case for main.o instead. Stu Grossman 1992-07-17 23:53:49 +00:00
  • 40a75cc724 added wc to holes -- needed by the rcs configuration script David D. Zuhn 1992-07-17 23:26:35 +00:00
  • 51a9d78c44 * eval.c (evaluate_subexp): Ask lookup_struct_elt_type to call error if it fails to find a member type, rather than return NULL and trigger a coredump. * symtab.c (lookup_symbol, lookup_demangled_block_symbol, lookup_demangled_partial_symbol,): Ask demangle_and_match to match on complete demanglings, including argument lists for member functions, rather than just accepting the first demangling that matches the class and function name. Fred Fish 1992-07-17 18:52:05 +00:00
  • d4902ab0a7 * dwarfread.c (read_file_scope): Pass contents of AT_comp_dir to start_symtab as the directory name. * dwarfread.c (completedieinfo): Strip off any leading hostname portion of the AT_comp_dir attribute string. Gdb doesn't know what to do with them (FIXME). Fred Fish 1992-07-17 17:16:26 +00:00
  • e4df52accd fix bra.s stuff Steve Chamberlain 1992-07-17 17:10:57 +00:00
  • 3ad0ef3736 * Makefile.in, configure.in: add tgas Steve Chamberlain 1992-07-17 01:34:45 +00:00
  • 9e3e75685b merged changes from progressive K. Richard Pixley 1992-07-17 00:13:07 +00:00
  • 249608be94 removed rcsid K. Richard Pixley 1992-07-16 23:56:00 +00:00
  • 41ee6e917d (1) disable documentation for .lsym at sac's request (2) structural changes triggered thereby (3) verify m4 and makeinfo run correctly on all versions of the doc represented in the Makefile and m4 config definition files Roland Pesch 1992-07-16 23:52:14 +00:00
  • 8df9af77ca merged changes from progressive K. Richard Pixley 1992-07-16 23:49:40 +00:00
  • 31f333a39f * coff-m68k.c: added R_RELLONG_NEG reloc type, and changed RTYPE2HOWTO to cope with same. * reloc.c (bfd_perform_relocation): added support for size of -2 (subtract a word reloc type). Updated doc. Steve Chamberlain 1992-07-16 23:44:53 +00:00
  • 5f1b6dd222 removed rcsid K. Richard Pixley 1992-07-16 23:42:42 +00:00
  • 542afc7675 removed rcsid K. Richard Pixley 1992-07-16 23:28:40 +00:00
  • cb48d8069c * breakpoint.c (commands_command): Simplify code a bit, remove unnecessary fflush(). Stu Grossman 1992-07-16 23:22:57 +00:00
  • 06a0794409 progressive changes K. Richard Pixley 1992-07-16 23:09:11 +00:00
  • 2d115749d7 add libm K. Richard Pixley 1992-07-16 23:06:53 +00:00
  • 67b36a2352 ignore some stuff that comes from test-build.mk. K. Richard Pixley 1992-07-16 23:06:03 +00:00
  • 1775539efb remove some stray cvsmerge crud K. Richard Pixley 1992-07-16 23:05:20 +00:00
  • cdaa27e9ae * Makefile.in (OTHERS): Add gcc.patch. * partial-stab.h (N_SO): Fix handling of redundant SOs (again...) Stu Grossman 1992-07-16 20:40:36 +00:00
  • 345e9ab8dc Change LCC_PRODUCER string to match current NCR lcc AT_producer. Update energize-patches to work when configured with -srcdir=. Fred Fish 1992-07-16 19:12:49 +00:00
  • 3ddcdc596c * WHATS.NEW renamed to NEWS. Stu Grossman 1992-07-16 18:41:46 +00:00
  • cdb76cc39a * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too Steve Chamberlain 1992-07-16 15:24:23 +00:00
  • 462088b886 * write.c (fixup_segment): if relaxing, don't do anything. * config/obj-bout.[ch] : maintain the a_relaxable file header info * config/tc-i960.c: new option -linkrelax Steve Chamberlain 1992-07-16 15:22:26 +00:00
  • 01bbba251b More support for relaxing Steve Chamberlain 1992-07-16 15:14:11 +00:00
  • b58e918004 * bfd-in.h : add BFD_IS_RELAXABLE flag * bout.c (bout_swap_exec_header_[in_out]): new field in exec header e_relaxable, major hackery in callbacks * libaout.h : add space for a_relaxable. * seclet.c (rel): don't relax empty sections Steve Chamberlain 1992-07-16 15:12:28 +00:00
  • 169788ef7b Fixup minor botch during hand editing of amix.mh patch. Fred Fish 1992-07-15 19:40:57 +00:00
  • d23639b2ec * dbxread.c, dwarfread.c: Re-enable experimental code to automatically select demangling style. * demangle.c (DEFAULT_DEMANGLING_STYLE): Rename from simply DEMANGLING_STYLE, to make more descriptive. Revert back to "auto" as default. Comment use. * Makefile.in (DEMANGLING_STYLE, DEMANGLE_OPTS): Remove. * Makefile.in (${DEMANGLER}.o) Remove target and special compilation rule. Fred Fish 1992-07-15 19:33:21 +00:00
  • 781fa085cb Back out the energize patches that were inadvertently included in my last check in. Fred Fish 1992-07-15 19:04:59 +00:00
  • dd6cc3c938 Add #include <alloca.h> so bfd can be built with native compiler. Michael Tiemann 1992-07-15 16:06:03 +00:00