summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra2000-07-098-360/+545
| | | | | and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
* Add some prototypes, and fix a few warnings.Alan Modra2000-07-092-7/+42
|
* Restore hppa-elf32 to working order.Alan Modra2000-07-0913-1312/+1407
|
* * Makefile.in (install-info): Find files to install in either the buildEli Zaretskii2000-07-092-7/+21
| | | | | or source directories (adapted from Makefile.am). (From Chris Faylor.)
* * gdb.c++/misc.cc (class ClassParam, class_param): Define.Nicholas Duffek2000-07-093-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.
* * gdbtypes.c (is_ancestor): Infer type equivalence from nameNicholas Duffek2000-07-093-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.
* * gdb.c++/classes.exp (test_nonexistant_members): Fix nameNicholas Duffek2000-07-093-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-08 Ulf Carlsson <ulfc@engr.sgi.com>Ulf Carlsson2000-07-082-1/+5
| | | | * doc/internals.texi (Expressions): Fix typo.
* Fix formattingNick Clifton2000-07-083-49/+43
|
* Fix formatingNick Clifton2000-07-082-504/+506
|
* Fix formattingNick Clifton2000-07-082-71/+72
|
* Fix --section-start=xxxxAlan Modra2000-07-082-4/+13
|
* Add sequence id field to asection.Alan Modra2000-07-088-644/+671
| | | | Tidy comments and replace deprecated CONST with const.
* Don't add a space before `/*' when processing comments.Alan Modra2000-07-082-3/+8
|
* * stabs.texinfo: Fix spelling errors.Nicholas Duffek2000-07-072-39/+43
| | | | (String Field): FILE-NUMBER starts from 0, not 1.
* * xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.Nicholas Duffek2000-07-073-4/+9
| | | | * rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type.
* minor formatting changeDJ Delorie2000-07-071-1/+1
|
* * ld/emultempl/pe.em: institute the following search order forDJ Delorie2000-07-072-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.
* * ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.DJ Delorie2000-07-072-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.
* This commit was generated by cvs2svn to track changes on a CVS vendorElena Zannoni2000-07-079-0/+21400
|\ | | | | branch.
| * Import of readline 4.0Elena Zannoni2000-07-0719-467/+21620
| |
* | * archive.c (_bfd_write_archive_contents): Add an informativeDJ Delorie2000-07-072-0/+10
| | | | | | | | comment.
* | Dummy commit before importof 4.1 versionElena Zannoni2000-07-070-0/+0
| |
* | Fix comments.Nick Clifton2000-07-0716-580/+634
| |
* | fixed another comment formatting problem.Nick Clifton2000-07-071-1/+2
| |
* | oops - omitted from previous deltaNick Clifton2000-07-071-2/+2
| |
* | Fix formatting.Nick Clifton2000-07-072-58/+61
| |
* | 2000-07-07 Andrew Haley <aph@cygnus.com>Andrew Haley2000-07-072-0/+6
| | | | | | | | | | * cplus-dem.c (main): fflush() after emitting last char before waiting for input.
* | * symlink-tree: Check number of arguments.Jeff Law2000-07-072-0/+9
| |
* | More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,Andrew Cagney2000-07-073-65/+40
| | | | | | | | | | SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC, INNER_THAN.
* | * config/i386/tm-linux.h: Add longjmp support.Mark Kettenis2000-07-072-0/+22
| | | | | | | | | | | | (JB_ELEMENT_SIZE, JB_PC): New defines. (GET_LONGJMP_TARGET): Define. (get_longjmp_target): Add prototype.
* | * breakpoint.c (bpstat_what): Keep returningMark Kettenis2000-07-072-1/+8
| | | | | | | | | | | | BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp() breakpoints instead of signalling an error by returning BPSTAT_WHAT_STOP_NOISY.
* | Fix formattingNick Clifton2000-07-062-31/+26
| |
* | 2000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-07-062-3/+9
| | | | | | | | * mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.
* | * infcmd.c (attach_command): Move "stop_soon_quietly" setting insideChristopher Faylor2000-07-062-1/+7
| | | | | | | | | | ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not calling wait_for_inferior.
* | oops - omitted frpom previous deltaNick Clifton2000-07-061-1/+1
| |
* | Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implementNick Clifton2000-07-063-0/+23
| | | | | | | | TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
* | Always NULL terminate long option list.Andrew Cagney2000-07-062-3/+12
| |
* | Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2000-07-062-1/+11
| | | | | | | | | | * config/tc-d30v.h: Include "write.h" for fixS. (d30v_start_line, md_pcrel_from_section): Add function prototypes.
* | Update texinfo.tex to version 2000-05-28.15.Andrew Cagney2000-07-062-8/+19
| |
* | Fix expected resultsNick Clifton2000-07-053-98/+114
| | | | | | | | Fix expected results.
* | oops - omitted from previous deltaNick Clifton2000-07-051-0/+6
| |
* | Further changes to warning messagesNick Clifton2000-07-051-4/+6
| |
* | Change minimum loop size limit to 0x10 (103792)Nick Clifton2000-07-052-1/+5
| |
* | Add Mike MeissnerNick Clifton2000-07-052-1/+6
| |
* | add MAINTAINERS filesDJ Delorie2000-07-0514-0/+79
| |
* | Remove \centerline from the blurb. Patch from Brian Youmans.Eli Zaretskii2000-07-052-5/+11
| |
* | Keep NATDEPFILES on a single line.Andrew Cagney2000-07-052-2/+7
| |
* | Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.Andrew Cagney2000-07-053-50/+58
| |
* | Replace command_loop_marker() with null_cleanup().Andrew Cagney2000-07-054-18/+10
| |
OpenPOWER on IntegriCloud