summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * tm-h8300.h (REMOTE_BREAKPOINT): Define.Steve Chamberlain1994-11-243-2/+5
| | | | * h8300-tdep.c (h8300_pop_frame): Remove redundant call.
* * dis-asm.h (print_insn_shl): New prototype.Steve Chamberlain1994-11-241-13/+18
|
* * disasseble.c (disassebler): Cope with little endian SH.Steve Chamberlain1994-11-241-0/+157
|
* * sh-opc.h (mov.l gbr): Get direction right.Steve Chamberlain1994-11-242-0/+367
| | | | | | * sh-dis.c (print_insn_shx): New function. (print_insn_shl, print_insn_sh): Call print_insn_shx to print opcodes with right byte order.
* * Makefile.in: Add eshl.o.Steve Chamberlain1994-11-243-5/+15
| | | | * config/coff-sh.mt: Add shl emulation.
* * remote-e7000.c (HARD_BREAKPOINTS): Reenable.Steve Chamberlain1994-11-244-60/+67
| | | | | | | | (BC_BREAKPOINTS): Disable. * sh-tdep.c (print_insn): Cope with big and little endian machines. * sh/sh.mt: Use libsim.a * sh/tm-sh.h (TARGET_BYTE_ORDER_SELECTABLE): New (BREAKPOINT): Changed to be byteorder independent.
* * interp.c ([wr][bwl]at): New functions.Steve Chamberlain1994-11-245-29/+110
| | | | (trap): Cope with both byte modes.
* * config/obj-coff.h (TARGET_FORMAT): Select between coff-shl and coff-sh.Steve Chamberlain1994-11-242-1/+11
| | | | | | | | | * config/sh.mh (TARG_CPU_DEPENDENTS): Get it right. * config/tc-sh.c (little): New function. (md_parse_option): Notice new option. (build_relax, build_Mytes, md_atof, md_convert_frag, md_apply_fix): Cope with little endian data. * config/tc-sh.h (COFF_MAGIC, LISTING_HEADER): Endian dependent.
* * coff-sh.c (shlcoff_vec): New target vector.Steve Chamberlain1994-11-244-3/+76
| | | | | | | | | (no_archive): New function. * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Handle little endian SH. * configure.in: Handle shl. * targets.c (bfd_target_vector): Add shlcoff_vec. * config/sh-coff.mt (SELECT_VECS): Handle shl_coff_vec.
* * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.Brendan Kehoe1994-11-232-1/+21
|
* * config/tc-hppa.c (tc_gen_reloc, ELF variant): Revert lastJeff Law1994-11-231-0/+5
| | | | change. The real bug was in bfd/elfcode.h and has been fixed.
* * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELFJeff Law1994-11-231-0/+5
| | | | output.
* * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Do not addJeff Law1994-11-231-0/+5
| | | | input_section->vma to the relocation's offset.
* * config/tc-hppa.c (tc_gen_reloc, ELF variant): Add section->vmaJeff Law1994-11-232-1/+14
| | | | to the relocation's offset.
* Maintenance commands to report time and space usage.Stan Shebs1994-11-233-15/+98
| | | | | | | | | | | | | * main.c (display_time, display_space): New globals. (main): Add argument --statistics to enable reporting, display time and space after startup is done. * maint.c (maintenance_time_display, maintenance_space_display): New commands. * top.c (command_loop): Display time and space after command execution. * top.c (pre_init_ui_hook): New global. (gdb_init): If pre_init_ui_hook set, call before all other init.
* * Makefile.in (INSTALL_XFORM): Fix typo.Steve Chamberlain1994-11-222-2/+6
|
* * a29k-tdep.c (examine_tag): Fix a bug in stack frame size.Kung Hsu1994-11-222-2/+6
|
* * config/tc-alpha.c (s_alpha_set): Ignore the .set (no)move andJ.T. Conklin1994-11-222-2/+14
| | | | .set (no)volatile directives.
* * scripttempl/elf.sc: Fill .text section with NOPS. From EricIan Lance Taylor1994-11-221-0/+5
| | | | Youngdale <eric@aib.com>.
* * configure.in (*-*-netware*): Don't configure xiberty.J.T. Conklin1994-11-212-1/+9
|
* * srec.c (srec_get_reloc_upper_bound): Define.Ian Lance Taylor1994-11-211-0/+7
| | | | | | | (srec_canonicalize_reloc): Define. (srec_bfd_reloc_type_lookup): Define. (srec_vec, symbolsrec_vec): Use BFD_JUMP_TABLE_RELOCS (srec). PR 5975.
* Update note for hpux9 dynamic executable support.Jeff Law1994-11-201-4/+2
|
* * symfile.c (deduce_language_from_filename): Treat .c++ as aPeter Schauer1994-11-191-0/+10
| | | | | | | C++ extension. * valops.c (destructor_name_p): Do not compare the template part for template classes.
* * configure.host (i[345]86-*-solaris*): Use solaris2 toPeter Schauer1994-11-192-2/+9
| | | | enable extraction of procfs info from core file for GDB.
* * defs.h, infcmd.c (reg_names): Don't declare as constant.Stan Shebs1994-11-182-56/+58
| | | | | * remote-mips.c (mips_open): Read and set the processor type. * mips-tdep.c (mips_set_processor_type): Always return an int.
* * nlm/alpha.c (strtol): Removed, it is provided by NetWare C library.J.T. Conklin1994-11-185-227/+5
| | | | | * nlm/gdbserve.def (strtol): Added to import list. * nlm/fake_aio.c: Removed file, no longer used.
* * Makefile.in (LD_FOR_TARGET, NLMCONV_FOR_TARGET): Removed.J.T. Conklin1994-11-183-37/+15
| | | | | * nlm/Makefile.in (gdbserve.O): Link with ${CC_FOR_TARGET}. (LD_FOR_TARGET): Removed.
* Thu Nov 17 15:37:19 1994 Mark W. Eichin <eichin@cygnus.com>Ian Lance Taylor1994-11-184-0/+43
| | | | | | | | | | | | | | | * objcopy.c (add_strip_symbol): New function, adds a name to an explicit list of symbols to strip. (is_strip_symbol): New function, reports whether the name argument is in the explicit list. (filter_symbols): Check against is_strip_symbol above all. (strip_main): Recognize -N option. If used, don't default to strip_all. (copy_main): Recognize -N option. (strip_usage): Document -N and --strip-symbol options. (copy_usage): Ditto. * objcopy.1, strip.1, binutils.texi: Document -N and --strip-symbol options.
* * monitor.[ch], w89k-rom.c, op50n-rom.c, idp-rom.c: Add supportRob Savoye1994-11-181-3/+15
| | | | | for two variables used to control the load protocol and conversion type.
* Support for different MIPS IDT processor models.Stan Shebs1994-11-184-80/+300
| | | | | | | | | | | | | | | | | | * mips-tdep.c (mips_processor_type, tmp_mips_processor_type, mips_generic_reg_names, mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names, mips_processor_type_table): New globals. (mips_do_registers_info): Don't display register if name is empty. (mips_set_processor_type_command): New command. (mips_show_processor_type_command): New command. (mips_set_processor_type): New function. (mips_read_processor_type): New function. * config/mips/tm-idt.h (DEFAULT_MIPS_TYPE): New macro. * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): New macro. (NUM_REGS): Increase to account for all CP0 registers. (REGISTER_NAMES): Add empty names for CP0 registers. (FIRST_EMBED_REGNUM, LAST_EMBED_REGNUM): Adjust. (PRID_REGNUM): New macro.
* * ar.c (main): Don't call do_quick_append if any of the archiveIan Lance Taylor1994-11-172-28/+106
| | | | | names are longer than 14 characters. PR 5966.
* * reloc.c (bfd_reloc_code_type): Add new value BFD_RELOC_12_PCREL.Ken Raeburn1994-11-174-29/+61
| | | | * bfd-in2.h, libbfd.h: Rebuilt.
* * bfd/elf32-hppa.c (elf32_hppa_bfd_final_link_relocated): Use theJeff Law1994-11-172-28/+40
| | | | | vma from the output_section containing $global$ when computing global_vlaue.
* * objcopy.c (main): Fix is_strip test. FromIan Lance Taylor1994-11-172-53/+142
| | | | pirker@eiunix.tuwien.ac.at (Martin Pirker).
* Patches from pirker@eiunix.tuwien.ac.at (Martin Pirker).Ian Lance Taylor1994-11-173-0/+10
| | | | | | * config/i386linux.mh: New file; set HOSTING_CRT0. * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is /usr/lib, since that is already in LIB_PATH.
* * archive.c (_bfd_write_archive_contents): Round up the archiveIan Lance Taylor1994-11-171-0/+5
| | | | header size of the extended name table to an even number.
* * README: Add warning about termcap in Ultrix and OSF/1.Stan Shebs1994-11-171-0/+4
|
* * Makefile.in: Fix the test for installing gdbtk.Rob Savoye1994-11-171-0/+2
|
* * scripttempl/hppaelf.sc (.text): Handle a use rdefined text startJeff Law1994-11-161-0/+5
| | | | | | address. (.data, .bss): If "-N", then place the data/bss just after the end of the .text section rather than at the default 0x40000000.
* * hppa-tdep.c: Remove including sys/dir.h from a target file.Rob Savoye1994-11-162-1/+4
|
* * coff-sh.c: Deleted some code that was commented out or inside "#if 0".Ken Raeburn1994-11-162-70/+13
| | | | | | | (COFF_LONG_FILENAMES): Define. * cpu-sh.c (arch_info_struct): Convert name to lowercase, for consistency with other architectures.
* fix swapped files; stop marking p2425a.s as xfailKen Raeburn1994-11-162-0/+14
|
* * config/powerpc/gdbserve.mt (TDEPFILES): Removed fake_aio.oJ.T. Conklin1994-11-166-162/+22
| | | | | | | | | * nlm/gdbserve.c: Include <nwtypes.h> before other NetWare headers. * nlm/alpha.c: Likewise. * nlm/ppc.c: Likewise. * nlm/ppc.c (strtol): Removed, it is provided by NetWare C Library. (StopBell): New function (stubbed out).
* * scripttempl/hppaelf.sc (.text): Place unwind descriptors in theJeff Law1994-11-162-3/+15
| | | | text segment.
* * hppa-tdep.c (skip_trampoline_code): Handle shared library importJeff Law1994-11-162-0/+44
| | | | trampolines.
* * gas/hppa/unsorted/align4.s: New test.Jeff Law1994-11-163-0/+8
| | | | * gas/hppa/unsorted/unsorted.exp: Run it.
* * config/tc-hppa.c (pa_subspace): Make sure to always resetJeff Law1994-11-161-1/+9
| | | | | current_subspace. (pa_text, pa_data): Likewise.
* * config/tc-hppa.c (pa_align): New function. Aligns the currentJeff Law1994-11-162-125/+65
| | | | | | | | offset within the current subspace along with updating the alignment of the subspace itself. (pa_subspace): Default alignment to one byte rathern than zero bytes to avoid setting alignment to log2(0). (md_pseudo_table): Use pa_alignment for .align.
* * c-exp.y (yylex): Fix a bug in template scanning.Kung Hsu1994-11-162-1/+10
|
* * i386-stub.c, m68k-stub.c, sparc-stub.c, sparcl-stub.c: Mask outStan Shebs1994-11-153-10/+15
| | | | the top bit returned by getDebugChar.
OpenPOWER on IntegriCloud