aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-11Add read_signed_register{,_pid}(). Change return type ofAndrew Cagney3-8/+60
read_register{,_pid}() to ULONGEST.
2000-07-11Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra31-82/+161
re-arrange header include order. Fix shadowing warnings in ldlang.h Fix compile errors in mpw-elfmips.c
2000-07-10Fix formattingNick Clifton2-601/+633
2000-07-10 Fix formatting.Nick Clifton4-342/+323
2000-07-10Add set of bfd_mach_ cases for compatibility with older binutilsNick Clifton4-63/+94
2000-07-10Fix a date.Alan Modra1-1/+1
2000-07-102000-07-10 H.J. Lu <hjl@gnu.org>H.J. Lu2-5/+22
* emultempl/pe.em (pe_enable_stdcall_fixup): Protect with DLL_SUPPORT. (strhash): Likewise. (compute_dll_image_base): Likewise. (pe_undef_found_sym): Likewise. (pe_undef_cdecl_match): Likewise. (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the argument "arch" with ATTRIBUTE_UNUSED.
2000-07-10Warning fix and remove extraneous hppa*-*-linux-gnu*.Alan Modra3-4/+9
2000-07-10Even more hppa testsuite patches.Alan Modra5-2/+24
2000-07-10Comment the relocs.Alan Modra2-185/+373
2000-07-10A few tweaks required to use Readline as part of the DJGPP port of GDB.Eli Zaretskii3-5/+81
2000-07-10Yet more hppa testuite tweaks for hppa-linux.Alan Modra15-56/+78
2000-07-10More warning fixes, and a tweak in tc-hppa.c to check constantAlan Modra4-6/+21
branch offsets a little more thoroughly.
2000-07-10* mips-tdep.c (mips_push_arguments): Always align struct_addr on aAndrew Cagney2-3/+16
16 byte boundary. Align allocated argument space using MIPS_STACK_ARGSIZE. Reserve space on stack for the struct return and floating-point registers. Use fp_register_arg_p to determine if float_argreg should be aligned.
2000-07-10Remove some of the hppa testsuite fudges for hppa-linux.Alan Modra2-4/+10
2000-07-10Warning fixes.Alan Modra3-12/+27
2000-07-102000-07-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-13/+167
* config/sh/tm-sh.h (STORE_RETURN_VALUE): Redefine as sh_store_return_value(). * sh-tdep.c (sh_store_return_value): New function. Store the value returned by a function into the appropriate register. 2000-07-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * sh-tdep.c (sh_skip_prologue): Before looking at the actual instructions, try to see if the symbol table can be of help, by calling after_prologue(). If this doesn't work, call skip_prologue_hard_way(). (skip_prologue_hard_way): Renamed from sh_skip_prologue. Add some more instruction pattern matching for pushing of arguments, and manipulation of r14. (after_prologue): New function. Use symbol table info to determine the end of the prologue, if possible.
2000-07-102000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder6-822/+875
* findvar.c (_initialize_findvar, build_findvar, write_fp, read_fp, generic_target_write_fp, generic_target_read_fp, write_sp, read_sp, generic_target_write_sp, generic_target_read_sp, write_pc, read_pc, generic_target_write_pc, generic_target_read_pc, write_pc_pid, read_pc_pid, supply_register, write_register_pid, write_register, read_register_pid, read_register, write_register_bytes, read_register_bytes, write_register_gen, read_register_gen, registers_fetched, registers_changed, find_saved_register, read_relative_register_raw_bytes, default_get_saved_register, read_relative_register_raw_bytes_for_frame, get_saved_register): Move from this file into new file regcache.c. (register_valid, registers_pid, registers): Ditto. * regcache.c: New file to hold the register cache. (register_cached): New function to read register_valid array. * value.h (register_cached): Declare. * defs.h (default_get_saved_register): Delete decl of static function. * Makefile.in: Add regcache module.
2000-07-10Dummy commit for diff purposes.Michael Snyder1-0/+0
2000-07-10Ryan Bradetich's warning fixes.Alan Modra3-20/+26
2000-07-10From Pierre Muller <muller@ics.u-strasbg.fr>:Andrew Cagney2-4/+8
* p-typeprint.c (pascal_type_print_method_args): Add braces around isdigit after while keyword.
2000-07-10Avoid negative section sequence ids.Alan Modra2-3/+8
2000-07-09* ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.Geoffrey Keating2-1/+6
Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
2000-07-092000-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-8/+4
* TODO: Remove readline 4.1 import item.
2000-07-09readline:Elena Zannoni92-26790/+3648
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. Locally modified files: Makefile.in, configure.in, configure (regenerated), config.h.in (regenerated), readline.h, rltty.c, shell.c signals.c. Locally added files: acconfig.h, config/*, config.h.bot, cross-build/*, doc/inc-hit.texinfo. New files: USAGE, rlprivate.h, rlshell.h, xmalloc.h. examples: 2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. New files: excallback.c, rlfe.c. doc: 2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. Regenerated inc-hist.texinfo as copy of hsuser.texinfo, for inclusion in the gdb manual. New file: rluserman.texinfo
2000-07-09This commit was generated by cvs2svn to track changes on a CVS vendorElena Zannoni19-6263/+11206
branch.
2000-07-09Import of readline 4.1Elena Zannoni95-8219/+15192
2000-07-09Add several more port specific maintainersNick Clifton2-2/+11
2000-07-092000-07-09 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2-0/+49
* elf32-mips.c (sort_dynamic_relocs): New Function. (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs via qsort to sort the dynamic relocations in increasing r_symndx value.
2000-07-09Forgot to save in emacs.Alan Modra1-2/+0
2000-07-09hppaelf.em: Merge from elf32.em and implement multiple linker stubs.Alan Modra7-135/+579
Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o configure.tgt: targ_emul=hppalinux for hppa*linux
2000-07-09Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra8-360/+545
and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
2000-07-09Add some prototypes, and fix a few warnings.Alan Modra2-7/+42
2000-07-09Restore hppa-elf32 to working order.Alan Modra13-1312/+1407
2000-07-09 * Makefile.in (install-info): Find files to install in either the buildEli Zaretskii2-7/+21
or source directories (adapted from Makefile.am). (From Chris Faylor.)
2000-07-09 * gdb.c++/misc.cc (class ClassParam, class_param): Define.Nicholas Duffek3-0/+59
(use_methods): New function. (main): Call use_methods(). * gdb.c++/classes.exp (test_method_param_class): New procedure. (do_tests): Call test_method_param_class.
2000-07-09 * gdbtypes.c (is_ancestor): Infer type equivalence from nameNicholas Duffek3-22/+32
equivalence. (rank_one_type): Use strcmp instead of == to compare type names. Don't swap parm with arg when checking TYPE_CODE_REF types. * valops.c (find_overload_match): Fix indentation. Compare parameter rankings to 0..9, 10..99, and 100+ instead of 0, 10, and 100.
2000-07-09 * gdb.c++/classes.exp (test_nonexistant_members): Fix nameNicholas Duffek3-97/+114
spelling. (test_enums): New procedure. Move enum tests from end of script to here. Set breakpoint on function name instead of line number. * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions. (enums2): New marker function. (enums1): New function. (main): Call enums1(). Move enum tests to enums1().
2000-07-082000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>Ulf Carlsson2-1/+5
* doc/internals.texi (Expressions): Fix typo.
2000-07-08Fix formattingNick Clifton3-49/+43
2000-07-08Fix formatingNick Clifton2-504/+506
2000-07-08Fix formattingNick Clifton2-71/+72
2000-07-08Fix --section-start=xxxxAlan Modra2-4/+13
2000-07-08Add sequence id field to asection.Alan Modra8-644/+671
Tidy comments and replace deprecated CONST with const.
2000-07-08Don't add a space before `/*' when processing comments.Alan Modra2-3/+8
2000-07-07 * stabs.texinfo: Fix spelling errors.Nicholas Duffek2-39/+43
(String Field): FILE-NUMBER starts from 0, not 1.
2000-07-07 * xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.Nicholas Duffek3-4/+9
* rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type.
2000-07-07minor formatting changeDJ Delorie1-1/+1
2000-07-07* ld/emultempl/pe.em: institute the following search order forDJ Delorie2-9/+25
dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import libs), libfoo.dll, foo.dll (link direct to dll). Fall back to static lib (libfoo.a) if none of the above are found.
2000-07-07* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.DJ Delorie2-1/+58
(longopts): New --{enable,disable}-auto-image-base options. (gld_${EMULATION_NAME}_list_options): Document. (gld_${EMULATION_NAME}_parse): Handle. (strhash): New static function. (compute_dll_image_base): New static function. (gld_${EMULATION_NAME}_set_symbols): Use.