Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-10-22 | Tue Oct 22 10:25:29 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -30/+51 | |
* tm-d10v.h: Changes to allow stack backtraces and inferior function calls. | |||||
1996-10-22 | Tue Oct 22 10:25:29 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -5/+140 | |
* d10v-tdep.c, config/d10v/tm-d10v.h: Changes to allow stack backtraces and inferior function calls. | |||||
1996-10-22 | * obj.h (struct format_ops): Add frob_file_after_relocs field. | Ian Lance Taylor | 1 | -0/+10 | |
* config/obj-multi.h (obj_frob_file_after_relocs): Define. * config/obj-ecoff.c (ecoff_format_ops): Initialize new frob_file_after_relocs field. * config/obj-elf.c (elf_format_ops): Likewise. * config/tc-mips.c: Undefine obj_frob_file_after_relocs before including obj-elf.h. | |||||
1996-10-22 | * mdebugread.c (parse_partial_symbols): Fix 64-bit | Mark Alexander | 3 | -6/+11 | |
sign-extension problems in calculating psymtab addresses. * buildsym.c (end_symtab): Use macro to pop context. | |||||
1996-10-22 | * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc | Ian Lance Taylor | 2 | -1/+43 | |
specially if not ELF. (md_apply_fix): Handle BFD_RELOC_64. (tc_gen_reloc): Handle BFD_RELOC_64. | |||||
1996-10-21 | * elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64. | Ian Lance Taylor | 1 | -0/+5 | |
(mips32_64bit_reloc): New static function. (mips_reloc_map): Add entry for BFD_RELOC_64. (mips_elf_relocate_section): Handle R_MIPS_64. | |||||
1996-10-21 | Mon Oct 21 16:16:26 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 2 | -6/+10 | |
* interp.c (sim_resume): Change the way single-stepping and exceptions are handled so single-stepping works again. | |||||
1996-10-21 | * v850-tdep.c: Cleanup lots of things. Add many comments. | Stu Grossman | 2 | -137/+188 | |
* testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so that cflags can contains -gstabs, and work correctly for other tests. | |||||
1996-10-21 | PR 8511, keep new test cases | Michael Snyder | 1 | -0/+2 | |
1996-10-21 | * gdb.base/setshow.exp: New file, tests show and set. | Michael Snyder | 2 | -0/+23 | |
* gdb.base/setshow.c: New file, tests show and set. * gdb.base/help.exp: Add test for help set|show annotate. * gdb.base/default.exp: Add test for set|show annotate. PR 8511 | |||||
1996-10-21 | Make d10v .text start at 0x10000 | Michael Meissner | 2 | -0/+14 | |
1996-10-21 | * top.c: Add new commands "set annotate" and "show annotate". | Michael Snyder | 2 | -0/+11 | |
PR 8511 | |||||
1996-10-21 | * linker.c (_bfd_generic_final_link): Avoid losing static | Jeff Law | 1 | -0/+5 | |
symbols in the .bss section. Something Stu noticed. | |||||
1996-10-21 | * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC | Ian Lance Taylor | 1 | -0/+4 | |
relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas reloc hacking). | |||||
1996-10-21 | * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version: | Ian Lance Taylor | 1 | -0/+5 | |
Don't check S_GET_OTHER. | |||||
1996-10-21 | * linker.c (default_indirect_link_order): Print an error message | Ian Lance Taylor | 2 | -1/+11 | |
when attempting to do a relocateable link with different object file formats, rather than calling abort. | |||||
1996-10-20 | * corelow.c (core_close): Clear inferior_pid only if there is | Peter Schauer | 3 | -4/+17 | |
an open core_bfd. * cp-valprint.c (cp_print_value_fields): Pass correct address to val_print, not 0. From Andreas Schwab (schwab@issan.informatik.uni-dortmund.de): * eval.c (evaluate_subexp_standard) [case BINOP_REPEAT]: Chase typedefs before checking for integral type of right operand. | |||||
1996-10-19 | * emulparams/m32relf.sh (TEXT_START_ADDR): Change from 0 to 0x100. | David Edelsohn | 1 | -0/+6 | |
1996-10-19 | * mdebugread.c (parse_symbol): Fix crash when malloc has | Mark Alexander | 2 | -1/+6 | |
no type info and void type has no associated pointer type. | |||||
1996-10-18 | * Makefile.in (ALL_EMULATIONS): Remove eelf64alpha.o. | Ian Lance Taylor | 2 | -1/+12 | |
(ALL_64_EMULATIONS): New variable. * configure.in: Accept --enable-64-bit-bfd option. If it is set with --enable-targets=all, include ALL_64_EMULATIONS in EMULATION_OFILES. * configure: Rebuild. | |||||
1996-10-18 | * config/tc-mips.c (mips_ip): Accept an odd floating point | Ian Lance Taylor | 2 | -4/+9 | |
register with l.s or s.s. | |||||
1996-10-18 | * scripttempl/v850.sc (__gp, __ep): Define. | Jeff Law | 2 | -0/+8 | |
1996-10-18 | * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for | Ian Lance Taylor | 1 | -0/+6 | |
.type pseudo-op. (obj_aout_type): New static function. | |||||
1996-10-18 | * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile. | Ian Lance Taylor | 2 | -5/+33 | |
(CXX_FOR_TARGET): Likewise. (GCC_FOR_TARGET): Define. (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET. (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether CC_FOR_TARGET was specified on the command line. (MAKEOVERRIDES): Don't define. | |||||
1996-10-18 | Add support for fsel | Michael Meissner | 1 | -1/+1 | |
1996-10-18 | Keep new configure helpers, update conditional sanitizes | Stan Shebs | 1 | -2/+4 | |
1996-10-18 | * configure.host: New file, host configuration mapping. | Stan Shebs | 5 | -780/+416 | |
* configure.tgt: New file, target configuration mapping. * configure.in: Remove host and target mapping. * configure: Rebuild. | |||||
1996-10-17 | * ld.texinfo: Try to consistently use a single or a double dash | Ian Lance Taylor | 1 | -1/+6 | |
for each option. | |||||
1996-10-17 | * Makefile.in ($(OBJS)): Depend upon libiberty.h. | Ian Lance Taylor | 2 | -1/+5 | |
1996-10-17 | * scripttempl/v850.sc (.zdata): Add this before .text. | Jeff Law | 2 | -1/+7 | |
(.sdata): Also include .rosdata as part of the .sdata. (.tdata): Include this just before .sdata. | |||||
1996-10-17 | * configure.in (--enable-sim-powerpc): Delete. | David Edelsohn | 1 | -35/+49 | |
(--enable-sim): Add. * configure: Regenerated. | |||||
1996-10-17 | Add more m32r support. | David Edelsohn | 1 | -0/+28 | |
1996-10-17 | * dis-asm.h (print_insn_m32r): Declare. | David Edelsohn | 3 | -0/+37 | |
1996-10-17 | * reloc.c (m32r relocs): Rename them. | David Edelsohn | 1 | -0/+11 | |
* bfd-in2.h, libbfd.h: Regenerated. * elf32-m32r.c: Update. (m32r_elf_10_pcrel_reloc): New function. (elf_m32r_howto_table, R_M32R_10_PCREL entry): Use it. (elf_m32r_howto_table, R_M32R_24 entry): Fix {src,dst}_masks. | |||||
1996-10-17 | * configure.in (m32r): Fix spelling of libg++ libs. | David Edelsohn | 2 | -1/+7 | |
1996-10-17 | * emulparams/m32relf.sh (EMBEDDED): Define. | David Edelsohn | 2 | -0/+7 | |
1996-10-17 | * emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf". | Jeff Law | 2 | -0/+7 | |
* scripttempl/v850.sc: Wrap script with a "cat << EOF". Problems with last night's changes. | |||||
1996-10-17 | Make simulated loads/stores faster on x86, AIX, and big endian hosts | Michael Meissner | 2 | -0/+24 | |
1996-10-17 | * scripttempl/v850.sc: New linker script for the V850. | Jeff Law | 3 | -1/+118 | |
* Makefile.in: Use it. | |||||
1996-10-17 | Add missing v850 sanitization stuff. | Jeff Law | 1 | -0/+2 | |
1996-10-17 | * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff | Jeff Law | 2 | -0/+21 | |
and sdaoff expressions. | |||||
1996-10-17 | * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET, | Jeff Law | 5 | -0/+84 | |
R_V850_TDA_OFFSET and R_V850_ZDA_OFFSET. (elf_v850_howto_table): Corresponding changes. (elf_v850_reloc_map): Corresponding changes. * reloc.c: Add additional V850 relocations. * bfd-in2.h, libbfd.h: Rebuilt. | |||||
1996-10-17 | * gas/v850/reloc.s: New tests. | Jeff Law | 1 | -0/+7 | |
* gas/v850/basic.exp: Run them. | |||||
1996-10-17 | * testsuite/gdb.base/break.exp: Make backtrace from factorial | Stu Grossman | 3 | -25/+40 | |
errors unique. * testsuite/gdb.base/nodebug.exp: Whack out all -g options explicitly. * v850-tdep.c (v850_init_extra_frame_info v850_frame_chain): Fix sign bugs with scanning prologues. Get a little smarter about calculating the length of uninteresting instructions. | |||||
1996-10-17 | * breakpoint.c (must_shift_inst_regs): New global. | Stan Shebs | 1 | -0/+7 | |
(bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into equivalent expression uses. * infrun.c (wait_for_inferior): Ditto. | |||||
1996-10-16 | Make read/write memory functions inlined | Michael Meissner | 3 | -69/+69 | |
1996-10-16 | Make read/write memory functions inlined | Michael Meissner | 4 | -22/+40 | |
1996-10-16 | * linker.c (_bfd_generic_final_link): Set "linker_mark" for | Jeff Law | 2 | -20/+40 | |
all sections that will be included in the output file. (_bfd_generic_link_output_symbols): Discard symbols in sections which are being discarded. Fixes 4 failures in the g++ testsuite on the v850. | |||||
1996-10-16 | Fix tracing of accumulators | Michael Meissner | 2 | -2/+6 | |
1996-10-16 | * write.c (fixup_segment): Don't add symbol value to addend if | Jeff Law | 3 | -7/+15 | |
TC_V850 and OBJ_ELF. * config/tc-v850.h (tc_fix_adjustable): Don't adjust any pc-relative fixups. Fixing more failures in the g++ testsuite. |