| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* h8300-tdep.c (h8300_pop_frame): Remove redundant call.
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* config/coff-sh.mt: Add shl emulation.
|
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
| |
(trap): Cope with both byte modes.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
| |
change. The real bug was in bfd/elfcode.h and has been fixed.
|
|
|
|
| |
output.
|
|
|
|
| |
input_section->vma to the relocation's offset.
|
|
|
|
| |
to the relocation's offset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
| |
.set (no)volatile directives.
|
|
|
|
| |
Youngdale <eric@aib.com>.
|
| |
|
|
|
|
|
|
|
| |
(srec_canonicalize_reloc): Define.
(srec_bfd_reloc_type_lookup): Define.
(srec_vec, symbolsrec_vec): Use BFD_JUMP_TABLE_RELOCS (srec).
PR 5975.
|
| |
|
|
|
|
|
|
|
| |
C++ extension.
* valops.c (destructor_name_p): Do not compare the template
part for template classes.
|
|
|
|
| |
enable extraction of procfs info from core file for GDB.
|
|
|
|
|
| |
* remote-mips.c (mips_open): Read and set the processor type.
* mips-tdep.c (mips_set_processor_type): Always return an int.
|
|
|
|
|
| |
* nlm/gdbserve.def (strtol): Added to import list.
* nlm/fake_aio.c: Removed file, no longer used.
|
|
|
|
|
| |
* nlm/Makefile.in (gdbserve.O): Link with ${CC_FOR_TARGET}.
(LD_FOR_TARGET): Removed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
for two variables used to control the load protocol and conversion
type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
names are longer than 14 characters.
PR 5966.
|
|
|
|
| |
* bfd-in2.h, libbfd.h: Rebuilt.
|
|
|
|
|
| |
vma from the output_section containing $global$ when computing
global_vlaue.
|
|
|
|
| |
pirker@eiunix.tuwien.ac.at (Martin Pirker).
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
header size of the extended name table to an even number.
|
| |
|
| |
|
|
|
|
|
|
| |
address.
(.data, .bss): If "-N", then place the data/bss just after the end
of the .text section rather than at the default 0x40000000.
|
| |
|
|
|
|
|
|
|
| |
(COFF_LONG_FILENAMES): Define.
* cpu-sh.c (arch_info_struct): Convert name to lowercase, for consistency with
other architectures.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
| |
text segment.
|
|
|
|
| |
trampolines.
|
|
|
|
| |
* gas/hppa/unsorted/unsorted.exp: Run it.
|
|
|
|
|
| |
current_subspace.
(pa_text, pa_data): Likewise.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
the top bit returned by getDebugChar.
|