Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-05-16 | * elflink.h (elf_link_add_object_symbols): Don't decrease the | Ian Lance Taylor | 2 | -8/+107 | |
alignment of a common symbol. If two symbols that look like common symbols are found in two shared libraries, and the size is different, use the larger size, and warn if --warn-common. If a common symbol overrides a definition in a shared library, set the size to the larger size, and warn if --warn-common. | |||||
1997-05-16 | o Make tic80 insn file more `cache ready' | Andrew Cagney | 9 | -174/+218 | |
o Have igen always zero r0 instead of constantly checking if the designated register is r0. | |||||
1997-05-15 | * elflink.h (elf_link_add_object_symbols): Consistently treat | Ian Lance Taylor | 2 | -20/+11 | |
uninitialized symbols in shared objects as common symbols. | |||||
1997-05-15 | Added support to LD to select the architecture of an ARM COFF output file | Nick Clifton | 2 | -1/+12 | |
based on the architecture of the first input file. | |||||
1997-05-15 | * elflink.h (elf_link_add_object_symbols): Force ELF symbol size | Ian Lance Taylor | 2 | -0/+14 | |
to common symbol size. | |||||
1997-05-15 | Fixed bug in previous delta. If no cpu type was specified on the command | Nick Clifton | 1 | -0/+6 | |
line then the code used to default to setting an architecture of ARMv4T rather than ARMv3M in the BFD library. This has now been corrected. | |||||
1997-05-15 | Remove some of the flake from the c80 floating point. | Andrew Cagney | 5 | -50/+617 | |
1997-05-15 | * config/rs6000/tm-rs6000.h (SIG_FRAME_LR_OFFSET): Define. | Peter Schauer | 2 | -7/+40 | |
* rs6000-tdep.c (frameless_function_invocation): Mark frames with a zero PC as frameless to improve backtraces from core dumps caused by dereferencing a NULL function pointer. (frameless_function_invocation, frame_saved_pc, rs6000_frame_chain): Handle frameless functions interrupted by a signal. * sparc-tdep.c (sparc_init_extra_frame_info, sparc_frame_saved_pc): Handle frameless functions interrupted by a signal. | |||||
1997-05-15 | * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun, | Mark Alexander | 1 | -0/+5 | |
obstack_freefun): Eliminate compile warnings in gdb. | |||||
1997-05-15 | More floating point operations. | Andrew Cagney | 3 | -21/+137 | |
1997-05-15 | Fix double conversion problem. | Andrew Cagney | 4 | -45/+76 | |
1997-05-15 | Passify gcc's warnings. | Andrew Cagney | 2 | -1/+5 | |
1997-05-14 | Make columns line up for fpu operation tracing | Michael Meissner | 2 | -7/+13 | |
1997-05-14 | * mn10200-tdep.c (mn10200_analyze_prologue): Update prologue comments | Jeff Law | 2 | -12/+199 | |
to reflect current reality. Gross attempt at handling out of line prologues. | |||||
1997-05-14 | Added support for storing ARM Procedure Calling Standard variant, and ARM | Nick Clifton | 7 | -33/+611 | |
architecture variant in the BFD and COFF structures. This goes towards fixing PRs 11709 and 11326 and will integrate with future updates to LD and GCC. | |||||
1997-05-14 | * mn10200-tdep.c (mn10200_skip_prologue): Don't look at the debug | Jeff Law | 2 | -18/+9 | |
symbols to find the end of the prologue. * mn10300-tdep.c (mn10300_skip_prologue): Likewise. | |||||
1997-05-14 | Fix total number of tic80 registers | Andrew Cagney | 2 | -1/+7 | |
1997-05-14 | * config/tc-mn10200.c (md_convert_frag): Prefix temporary | Jeff Law | 1 | -0/+6 | |
label name with ".". * config/tc-mn10300.c (md_convert_frag): Likewise. | |||||
1997-05-13 | Fix tic80 sanitization. | Mark Alexander | 1 | -0/+2 | |
1997-05-13 | Make sure r0 == 0; Return EINVAL for system calls that are defined but not ↵ | Michael Meissner | 3 | -0/+37 | |
provided; Provide traps 74-79 as debugging traps | |||||
1997-05-13 | Fix thinko in previous change. | Fred Fish | 1 | -1/+1 | |
1997-05-13 | * config/tc-mips.c (set_at): Check for bignum. | Ian Lance Taylor | 1 | -0/+5 | |
(check_absolute_expr, macro, mips16_macro): Likewise. PR 12296. | |||||
1997-05-13 | * config/tc-tic80.c (md_apply_fix): Check PC relative relocations | Fred Fish | 2 | -3/+20 | |
for overflow/underflow, only insert lower 15 bits into instruction. | |||||
1997-05-13 | Remove ANNULed cycle - was confusing gdb. | Andrew Cagney | 4 | -56/+54 | |
1997-05-13 | * scripttempl/elfmips.sc: Remove. | Ian Lance Taylor | 3 | -208/+26 | |
* scripttempl/elf.sc: Set ENTRY based on target. Permit TEXT_DYNAMIC to control .dynamic segment. Permit SHLIB_TEXT_START_ADDR to set start of shared object. Support INITIAL_READONLY_SECTIONS. Put .stub in .text. Only put .gnu.linkonce.t* in .text when relocating. Support OTHER_TEXT_SECTIONS. Support SHLIB_DATA_ADDR as well as DATA_ADDR. Support OTHER_GOT_SYMBOLS and OTHER_GOT_SECTIONS. * emulparams/elf32b4300.sh (SCRIPT_NAME): Set to elf. (DATA_ADDR): Don't set. (INITIAL_READONLY_SECTIONS): Rename from OTHER_READONLY_SECTIONS. (OTHER_TEXT_SECTIONS): Set. (OTHER_GOT_SECTIONS): Rename from OTHER_READWRITE_SECTIONS. (MACHINE): Set to empty string. * emulparams/elf32l4300.sh: Likewise. * emulparams/elf32ebmip.sh: Likewise. * emulparams/elf32elmip.sh: Likewise. * emulparams/elf32bmip.sh: Likewise. Also: (TEXT_DYNAMIC): Set. * emulparams/elf32lmips.sh: Likewise. * Makefile.in (eelf32bmips.c): Depend upon elf.sc rather than elfmips.sc. (eelf32ebmips.c, eelf32elmips.c, eelf32lmip.c): Likewise. | |||||
1997-05-12 | Fix ld/st tracing | Michael Meissner | 2 | -2/+6 | |
1997-05-12 | Mon May 12 13:33:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu> | Ian Lance Taylor | 1 | -0/+4 | |
* config/tc-i386.c (pi): Check for RegMMX. | |||||
1997-05-12 | * tic80-tdep.c, config/tic80/tm-tic80.h: First cut at getting | Mark Alexander | 3 | -51/+504 | |
basic C80 features working. | |||||
1997-05-12 | * configure.in: Don't clear OPCODES when --enable-commonbfdlib is | Ian Lance Taylor | 1 | -0/+11 | |
used on HP/UX. * configure: Rebuild. | |||||
1997-05-12 | Mon May 12 11:11:06 1997 Andreas Schwab ↵ | Ian Lance Taylor | 2 | -18/+75 | |
<schwab@issan.informatik.uni-dortmund.de> * scripttempl/elf.sc: Don't align the data segment on the next 8 byte boundary, instead let the linker use whatever the individual sections require. | |||||
1997-05-12 | Clear cntrl-c after handling it. | Andrew Cagney | 3 | -2/+8 | |
1997-05-12 | c80 simulator fixes. | Andrew Cagney | 10 | -70/+242 | |
1997-05-12 | Match commands like `(gdb) sim a b c' against options --a-b-c. | Andrew Cagney | 1 | -0/+8 | |
1997-05-12 | Fix endian problems with ld.d/st.d | Michael Meissner | 2 | -2/+9 | |
1997-05-11 | Fix shift/lmo insns; Subu does arithmetic unsigned | Michael Meissner | 4 | -24/+88 | |
1997-05-10 | And short immediate instructions use unsigned immediates, not signed. | Michael Meissner | 2 | -4/+9 | |
1997-05-09 | * configure.tgt (i[3456]86-*-gnu*): Don't include Mach support. | Ian Lance Taylor | 1 | -0/+4 | |
1997-05-09 | * config.bfd (i[3456]86-*-gnu*): Don't include Mach support. | Ian Lance Taylor | 2 | -2/+2 | |
1997-05-09 | * config.bfd: Change #if 0 around uses of host_aout_vec to #if | Ian Lance Taylor | 2 | -2/+7 | |
HAVE_host_aout_vec. | |||||
1997-05-09 | * Makefile.in (INSTALL_MODULES): Put install-opcodes before | Ian Lance Taylor | 2 | -1/+9 | |
install-binutils. | |||||
1997-05-09 | Fix xor in simulator | Michael Meissner | 2 | -2/+3 | |
1997-05-09 | Make cmp produce the correct results | Michael Meissner | 2 | -18/+20 | |
1997-05-09 | Update CIA as well as NIA when a 64bit insn is encountered. | Andrew Cagney | 2 | -0/+6 | |
1997-05-08 | Really fix the bbo/bbz instructions. | Michael Meissner | 2 | -3/+6 | |
1997-05-08 | * Makefile.in: Add automake targets. | Ian Lance Taylor | 3 | -4/+14 | |
* configure.in (host_tools): Add automake. | |||||
1997-05-08 | * Makefile.in (all-libide): Depend upon all-ilu. | Ian Lance Taylor | 2 | -1/+7 | |
1997-05-08 | reverse bit number for bbo/bbz instructions. | Michael Meissner | 2 | -2/+3 | |
1997-05-08 | Fix non-anulled calls so that return address is correct | Michael Meissner | 2 | -2/+6 | |
1997-05-08 | Change output format slightly | Michael Meissner | 1 | -1/+1 | |
1997-05-08 | Change output format slightly | Michael Meissner | 2 | -73/+37 | |