Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add linux-elf flavour to pseudos in tc-hppa.c and some tidying | Alan Modra | 2000-07-09 | 8 | -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 Modra | 2000-07-09 | 2 | -7/+42 |
| | |||||
* | Restore hppa-elf32 to working order. | Alan Modra | 2000-07-09 | 13 | -1312/+1407 |
| | |||||
* | * Makefile.in (install-info): Find files to install in either the build | Eli Zaretskii | 2000-07-09 | 2 | -7/+21 |
| | | | | | or source directories (adapted from Makefile.am). (From Chris Faylor.) | ||||
* | * gdb.c++/misc.cc (class ClassParam, class_param): Define. | Nicholas Duffek | 2000-07-09 | 3 | -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 name | Nicholas Duffek | 2000-07-09 | 3 | -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 name | Nicholas Duffek | 2000-07-09 | 3 | -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 Carlsson | 2000-07-08 | 2 | -1/+5 |
| | | | | * doc/internals.texi (Expressions): Fix typo. | ||||
* | Fix formatting | Nick Clifton | 2000-07-08 | 3 | -49/+43 |
| | |||||
* | Fix formating | Nick Clifton | 2000-07-08 | 2 | -504/+506 |
| | |||||
* | Fix formatting | Nick Clifton | 2000-07-08 | 2 | -71/+72 |
| | |||||
* | Fix --section-start=xxxx | Alan Modra | 2000-07-08 | 2 | -4/+13 |
| | |||||
* | Add sequence id field to asection. | Alan Modra | 2000-07-08 | 8 | -644/+671 |
| | | | | Tidy comments and replace deprecated CONST with const. | ||||
* | Don't add a space before `/*' when processing comments. | Alan Modra | 2000-07-08 | 2 | -3/+8 |
| | |||||
* | * stabs.texinfo: Fix spelling errors. | Nicholas Duffek | 2000-07-07 | 2 | -39/+43 |
| | | | | (String Field): FILE-NUMBER starts from 0, not 1. | ||||
* | * xcoffread.c (read_symbol_nvalue): Return CORE_ADDR. | Nicholas Duffek | 2000-07-07 | 3 | -4/+9 |
| | | | | * rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type. | ||||
* | minor formatting change | DJ Delorie | 2000-07-07 | 1 | -1/+1 |
| | |||||
* | * ld/emultempl/pe.em: institute the following search order for | DJ Delorie | 2000-07-07 | 2 | -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 Delorie | 2000-07-07 | 2 | -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 vendor | Elena Zannoni | 2000-07-07 | 9 | -0/+21400 |
|\ | | | | | branch. | ||||
| * | Import of readline 4.0 | Elena Zannoni | 2000-07-07 | 19 | -467/+21620 |
| | | |||||
* | | * archive.c (_bfd_write_archive_contents): Add an informative | DJ Delorie | 2000-07-07 | 2 | -0/+10 |
| | | | | | | | | comment. | ||||
* | | Dummy commit before importof 4.1 version | Elena Zannoni | 2000-07-07 | 0 | -0/+0 |
| | | |||||
* | | Fix comments. | Nick Clifton | 2000-07-07 | 16 | -580/+634 |
| | | |||||
* | | fixed another comment formatting problem. | Nick Clifton | 2000-07-07 | 1 | -1/+2 |
| | | |||||
* | | oops - omitted from previous delta | Nick Clifton | 2000-07-07 | 1 | -2/+2 |
| | | |||||
* | | Fix formatting. | Nick Clifton | 2000-07-07 | 2 | -58/+61 |
| | | |||||
* | | 2000-07-07 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2000-07-07 | 2 | -0/+6 |
| | | | | | | | | | | * cplus-dem.c (main): fflush() after emitting last char before waiting for input. | ||||
* | | * symlink-tree: Check number of arguments. | Jeff Law | 2000-07-07 | 2 | -0/+9 |
| | | |||||
* | | More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE, | Andrew Cagney | 2000-07-07 | 3 | -65/+40 |
| | | | | | | | | | | SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC, INNER_THAN. | ||||
* | | * config/i386/tm-linux.h: Add longjmp support. | Mark Kettenis | 2000-07-07 | 2 | -0/+22 |
| | | | | | | | | | | | | (JB_ELEMENT_SIZE, JB_PC): New defines. (GET_LONGJMP_TARGET): Define. (get_longjmp_target): Add prototype. | ||||
* | | * breakpoint.c (bpstat_what): Keep returning | Mark Kettenis | 2000-07-07 | 2 | -1/+8 |
| | | | | | | | | | | | | BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp() breakpoints instead of signalling an error by returning BPSTAT_WHAT_STOP_NOISY. | ||||
* | | Fix formatting | Nick Clifton | 2000-07-06 | 2 | -31/+26 |
| | | |||||
* | | 2000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-07-06 | 2 | -3/+9 |
| | | | | | | | | * mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate. | ||||
* | | * infcmd.c (attach_command): Move "stop_soon_quietly" setting inside | Christopher Faylor | 2000-07-06 | 2 | -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 delta | Nick Clifton | 2000-07-06 | 1 | -1/+1 |
| | | |||||
* | | Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement | Nick Clifton | 2000-07-06 | 3 | -0/+23 |
| | | | | | | | | TC_COFF_SECTION_DEFAULT_ATTRIBUTES. | ||||
* | | Always NULL terminate long option list. | Andrew Cagney | 2000-07-06 | 2 | -3/+12 |
| | | |||||
* | | Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 2000-07-06 | 2 | -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 Cagney | 2000-07-06 | 2 | -8/+19 |
| | | |||||
* | | Fix expected results | Nick Clifton | 2000-07-05 | 3 | -98/+114 |
| | | | | | | | | Fix expected results. | ||||
* | | oops - omitted from previous delta | Nick Clifton | 2000-07-05 | 1 | -0/+6 |
| | | |||||
* | | Further changes to warning messages | Nick Clifton | 2000-07-05 | 1 | -4/+6 |
| | | |||||
* | | Change minimum loop size limit to 0x10 (103792) | Nick Clifton | 2000-07-05 | 2 | -1/+5 |
| | | |||||
* | | Add Mike Meissner | Nick Clifton | 2000-07-05 | 2 | -1/+6 |
| | | |||||
* | | add MAINTAINERS files | DJ Delorie | 2000-07-05 | 14 | -0/+79 |
| | | |||||
* | | Remove \centerline from the blurb. Patch from Brian Youmans. | Eli Zaretskii | 2000-07-05 | 2 | -5/+11 |
| | | |||||
* | | Keep NATDEPFILES on a single line. | Andrew Cagney | 2000-07-05 | 2 | -2/+7 |
| | | |||||
* | | Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*. | Andrew Cagney | 2000-07-05 | 3 | -50/+58 |
| | | |||||
* | | Replace command_loop_marker() with null_cleanup(). | Andrew Cagney | 2000-07-05 | 4 | -18/+10 |
| | |