aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-07-07Import of readline 4.0readline_4_0Elena Zannoni19-467/+21620
2000-07-07This commit was generated by cvs2svn to track changes on a CVS vendorElena Zannoni9-0/+21400
branch.
2000-07-07* archive.c (_bfd_write_archive_contents): Add an informativeDJ Delorie2-0/+10
comment.
2000-07-07Dummy commit before importof 4.1 versionElena Zannoni0-0/+0
2000-07-07Fix comments.Nick Clifton16-580/+634
2000-07-07fixed another comment formatting problem.Nick Clifton1-1/+2
2000-07-07oops - omitted from previous deltaNick Clifton1-2/+2
2000-07-07Fix formatting.Nick Clifton2-58/+61
2000-07-072000-07-07 Andrew Haley <aph@cygnus.com>Andrew Haley2-0/+6
* cplus-dem.c (main): fflush() after emitting last char before waiting for input.
2000-07-07 * symlink-tree: Check number of arguments.Jeff Law2-0/+9
2000-07-07More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,Andrew Cagney3-65/+40
SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC, INNER_THAN.
2000-07-07* config/i386/tm-linux.h: Add longjmp support.Mark Kettenis2-0/+22
(JB_ELEMENT_SIZE, JB_PC): New defines. (GET_LONGJMP_TARGET): Define. (get_longjmp_target): Add prototype.
2000-07-07* breakpoint.c (bpstat_what): Keep returningMark Kettenis2-1/+8
BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp() breakpoints instead of signalling an error by returning BPSTAT_WHAT_STOP_NOISY.
2000-07-06Fix formattingNick Clifton2-31/+26
2000-07-062000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-3/+9
* mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.
2000-07-06* infcmd.c (attach_command): Move "stop_soon_quietly" setting insideChristopher Faylor2-1/+7
ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not calling wait_for_inferior.
2000-07-06oops - omitted frpom previous deltaNick Clifton1-1/+1
2000-07-06Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implementNick Clifton3-0/+23
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
2000-07-06Always NULL terminate long option list.Andrew Cagney2-3/+12
2000-07-06Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2-1/+11
* config/tc-d30v.h: Include "write.h" for fixS. (d30v_start_line, md_pcrel_from_section): Add function prototypes.
2000-07-06Update texinfo.tex to version 2000-05-28.15.Andrew Cagney2-8/+19
2000-07-05Fix expected resultsNick Clifton3-98/+114
Fix expected results.
2000-07-05oops - omitted from previous deltaNick Clifton1-0/+6
2000-07-05Further changes to warning messagesNick Clifton1-4/+6
2000-07-05Change minimum loop size limit to 0x10 (103792)Nick Clifton2-1/+5