aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-03-01Warn if GOT16 overflows.Michael Meissner1-0/+6
1995-03-01 * config/i960/vxworks960.mt: add remote-vx960.o.Kung Hsu1-0/+7
* config/m68k/vxworks68.mt: add remote-vx68.o.
1995-03-01 * config/m68k/vxworks68.mt: add remote-vx68.o.Kung Hsu1-1/+1
1995-03-01 * config/i960/vxworks960.mt: add remote-vx960.o.Kung Hsu1-1/+1
1995-03-01 * remote-vx960.c: new file for target specific register packaging.Kung Hsu2-0/+321
* remote-vx68.c: ditto.
1995-03-01Wed Mar 1 11:52:55 1995 Jason Molenda <crash@phydeaux.cygnus.com>Jason Molenda1-0/+4
* configure.host: Recognize powerpc-*-aix*. for sludge.cygnus.com.
1995-03-01Build without warnings under Linux.Michael Meissner3-2/+20
1995-03-01 * emulparams/gld960coff.sh (COFF_CTORS): Define.Ian Lance Taylor1-0/+5
* scripttempl/i960.sc: Use COFF_CTORS if CONSTRUCTING.
1995-03-01 * coff-i960.c (COFF_PAGE_SIZE): Define.Ian Lance Taylor1-0/+2
1995-03-01Add Linux yacc suport.Michael Meissner5-0/+42
1995-03-01 * configure.in: Rewrite output of TDEFAULTS to avoid relying onIan Lance Taylor1-0/+5
semantics of single quotes in parameter substitution.
1995-03-01 * hppa-tdep.c (pa_print_registers), monitor.c: UseJim Kingdon3-9/+35
extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST. * defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c. Rename it to SWAP_FLOATING to make it clear it is no longer for integers.
1995-03-01 * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime notKung Hsu2-15/+19
compile time.
1995-03-01 * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according toKung Hsu3-24/+50
processor. * remote-arc.c (arc_wait): when a processor stops, stop other two processors too. * remote-arc.c (switch_command): switch tm_print_insn.
1995-03-01 * config/mips-gdb.exp (gdb_load): In every test case, we need to doKung Hsu2-34/+58
'file' command firts, then 'target', then 'load', this is due to gdb target set up. * config/mips-gdb.exp: Fix a couple regular exp bugs.
1995-03-01 * vx-share/ptrace.h: merge in WRS new ptrace requests.Kung Hsu2-13/+43
1995-03-01 * defs.h: fix a syntax error.Kung Hsu2-2/+3
1995-03-01 * a29k-tdep.c (get_longjmp_target): add this function, from WRS.Kung Hsu4-120/+231
* remote-vx.c: move read_register and write_register out to target specific files. * remote-vx29k.c (get_fp_contnets): add this function, from WRS.
1995-02-28read.c, tc-* md_operand changesKen Raeburn1-0/+15
1995-02-28(md_operand): Replaced empty function in .c file with empty macro in .h file.Ken Raeburn9-128/+241
1995-02-28 * defs.h: define SWAP_TARGET_AND_HOST macro.Kung Hsu5-166/+330
* findvar.c, monitor.c, hppa-tdep.c: remove definition of SWAP_TARGET_AND_HOST.
1995-02-28 * configure: If the --cache-file is used, pass it down toIan Lance Taylor2-15/+50
configure in subdirectories. PR 6389.
1995-02-28fix configuryIan Lance Taylor4-10/+11
1995-02-28 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust PLT orIan Lance Taylor2-5/+19
GOT relocs either.
1995-02-28 * elfcode.h (elf_sort_hdrs): Sort empty sections before non-emptyIan Lance Taylor1-0/+3
sections, if they have the same VMA.
1995-02-28Sun Feb 26 15:27:24 1995 Steve Chamberlain <sac@cygnus.com>Ian Lance Taylor1-5/+2
* configure.in: Use ../../bfd/hosts/std-host.h if specific host unavailable.
1995-02-28 * config.bfd (i[345]86-*-linuxelf*): New target. Use i386-lelf.Ian Lance Taylor1-0/+7
(i[345]86-*-gnuelf*): New target. Use i386-gelf. * config/i386-lelf.mt: New file. * config/i386-gelf.mt: New file.
1995-02-28 * configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf.Ian Lance Taylor4-0/+13
(i[345]86-*-gnuelf*): New target. Use i386-gelf. * config/i386-lelf.mt: New file. * config/i386-gelf.mt: New file.
1995-02-28 * configure.in: Match on mips-ecoff, and default to the IDTRob Savoye2-2/+20
configuration.
1995-02-28 * alpha-tdep.c (find_proc_desc): Only attempt to setJim Kingdon1-2/+2
PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
1995-02-28 * alpha-tdep.c (find_proc_desc): Only attempt to set PROC_LOCALOFFJim Kingdon2-2/+10
(found_heuristic) if found_heuristic is non-NULL.
1995-02-27 * configure.in: add a29k-*-vxworks configuration.Kung Hsu1-2/+8
1995-02-27 * config.bfd: add a29k-*-vxworks configuration.Kung Hsu2-0/+12
1995-02-27 * config.sub: add vxworks29k configuration.Kung Hsu1-0/+12
1995-02-27 * monitor.c: General gcc -Wall lint cleanup and reformat.Stan Shebs2-912/+1027
(monitor_command): If no args, send an empty command.
1995-02-24tweak previous patchIan Lance Taylor1-0/+1
1995-02-24 * config/tc-mips.c (load_register): Correctly handle 32 bit valuesIan Lance Taylor2-4/+25
with the high bit set in 64 bit mode. PR 6381.
1995-02-24 * monitor.c (monitor_load_ascii_srec): Add a one second sleepStu Grossman2-4/+10
after send LOAD_CMD to prevent loss of first S-record.
1995-02-24 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexingJeff Law2-15/+71
FP load/store variants. * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
1995-02-24 * hppa.h (fstwx): Fix single-bit error.Jeff Law1-0/+4
1995-02-23 * config/tc-hppa.c (md_apply_fix): Don't subtract the value of theJeff Law1-0/+6
add symbol if it's a common symbol (the value of a common symbol is its size, not a value in the traditional sense).
1995-02-23 * gdb.base/term.exp: Do not give a warning if not native, it isJim Kingdon1-0/+5
not an abnormal condition.
1995-02-23 * config/tc-mips.c (append_insn): If listing_prev_line is called,Ian Lance Taylor2-1/+17
call frag_grow to make sure there is still room for a variant.
1995-02-22 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'Per Bothner2-0/+27
(same as C's '(TYPE[])EXPR')
1995-02-22added regs.exp to Things-to-keepAngela Marie Thomas1-0/+1
1995-02-22 * bout.c (b_out_slurp_reloc_table): Don't return an error if askedIan Lance Taylor1-0/+5
for relocations for the .bss section. PR 6377.
1995-02-22Added arc to Things-to-loseAngela Marie Thomas1-0/+1
1995-02-22Added remote-mon.c and ser-go32-para.c to Things-to-loseAngela Marie Thomas1-0/+2
1995-02-21 * som.c (som_bfd_ar_write_symbol_stuff): Handle objects with oddJeff Law1-0/+5
lengths.
1995-02-21 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptypeJim Kingdon1-0/+5
t_char_array".