summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * xcoffexec.c (vmap_exec): Don't assume .text and .data are theStu Grossman1992-05-092-12/+22
| | | | first two sections.
* Compile with accSteve Chamberlain1992-05-081-2/+5
|
* do not bury pwd into config.status, thus do fewer pwdsK. Richard Pixley1992-05-081-0/+3
|
* print Building message only when subdir != . AND verboseK. Richard Pixley1992-05-082-1/+7
|
* * mipsread.c (parse_procedure): Return rather than usingPer Bothner1992-05-081-0/+5
| | | | uninitialized variable 'b'.
* remove -s, rework -v to better accomodate guested configuresK. Richard Pixley1992-05-082-55/+36
|
* * Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,Stu Grossman1992-05-086-12/+17
| | | | | | 29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c: Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes relative to each source file.
* updated to 3 mayK. Richard Pixley1992-05-082-26/+54
|
* Keep sa29200.mtSteve Chamberlain1992-05-081-0/+1
|
* propogate INSTALL, INSTALL_DATA, INSTALL_PROGRAM on recursionsK. Richard Pixley1992-05-082-5/+36
|
* Correct reference to linker manual title (title was "GLD, the GNU linker";Roland Pesch1992-05-081-6/+5
| | | | now is "Using LD, the GNU linker").
* Thu May 7 17:01:12 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1992-05-081-0/+4
| | | | * ld.texinfo: references to linker now say "ld" not "gld".
* @{ ... @} --> @code{ ... }Roland Pesch1992-05-071-1/+1
|
* *** empty log message ***Roland Pesch1992-05-071-0/+4
|
* Doc for (MRI-compatible) ar command language.Roland Pesch1992-05-071-13/+208
|
* * am29k-pinsn.c: Use new opcode table in "opcode/a29k.h".Stu Grossman1992-05-075-369/+592
| | | | | | | | | | | | | | | | | | | * am29k-tdep.c: Update to latest code from AMD. (get_saved_register) don't crap out if no frame. * remote-udi.c: Set/clear inferior_pid as appropriate. (udi_open) call target_preopen, don't close fd 0!!!, clean up error handling. Fixup end-of-debugging messages. (udi_fetch_registers) clean up big time, mainly don't multiply register_valid indices by 4, and use proper Offset when reading gr96-gr127. (udi_store_registers) general cleanup. (fetch_register) cleanup, simplify. (regnum_to_srnum) INT_REGNUM->INTE_REGNUM. * tm-29k.h: Upgrade to latest code from AMD. * 29k-share/udi/udip2soc.c: Get rid of useless errmsg_m macro. (UDIConnect) Clean up error processing (like, don't do exit() if execlp fails), make code restartable, make more attractive. (UDIStop) Use SIGINT instead of SIGUSR1, as isstip won't stop otherwise.
* * arparse.y: make END call ar_endSteve Chamberlain1992-05-071-0/+7
| | | | | * arsup.c (ar_end): added, deletes temp file if archive session aborted.
* Keep the 29k config fileSteve Chamberlain1992-05-071-1/+5
|
* * tm-irix3.h: Re-define CPLUS_MARKER to '.'.Per Bothner1992-05-064-5/+16
| | | | | * xm-rs6000.h, tm-rs6000.h: Move re-definition of CPLUS_MARKER from former to latter.
* * cplus-dem.c (do_args): Handle void args the same as others.Fred Fish1992-05-063-5/+25
| | | | | | | | | | | * objfiles.c (free_objfile): Only try to unmap files when reusable objfiles are supported. * valprint.c (type_print_varspec_suffix): Add parameter that specifies if C++ demangling included function arguments. Use it to suppress printing extra pair of ()'s. * valprint.c (type_print_1): Fix problem with printing demangled C++ function types where demangled type includes the function args.
* changed calling convention for Q_enter_global_refSteve Chamberlain1992-05-063-6/+47
| | | | | | | | | | | | * ldexp.c, ldlang.c, ldmain.c: reflect this * ldver.c: bump version to 1.97.1 * ldindr.c (add_indirect): when an edict declaring an indirect symbol is found, make sure that any ideas about the symbol being common are changed if it now known to be defined. * ldmain.c (linear_library): complain once if archive isn't ranlibbed. * ldlang.h, ldlang.c: make room for and initialize the complain once field.
* fix cc compile failureK. Richard Pixley1992-05-061-1/+0
|
* FLEX -> LEX. use bison & flex from ../ if they existK. Richard Pixley1992-05-061-0/+3
|
* remove temporary directory when finishedK. Richard Pixley1992-05-062-0/+6
|
* use flex & bison from ../ if they existK. Richard Pixley1992-05-062-2/+6
|
* formatting improvements (already in progressive)Roland Pesch1992-05-061-10/+12
|
* *** empty log message ***Steve Chamberlain1992-05-061-0/+5
|
* * ldfile.c: merge in VMS filename supportSteve Chamberlain1992-05-062-13/+109
| | | | | | | * ldmain.c (main): take out ./ from library path, and close file before unlinking. Make multiple defs of a symbol create an unexecable file. * ldmisc.c: fatal errosrs delete output file
* * relax.c (build_it): don't allocate space in the output file forSteve Chamberlain1992-05-062-10/+17
| | | | stuff if -R flag applys to it.
* added ispellDavid D. Zuhn1992-05-051-0/+1
|
* Fix typo in M4 macro name (prevented TeX formatting).Roland Pesch1992-05-051-1/+1
|
* as.texinfo, as-all.texinfo: fix typo found by zooRoland Pesch1992-05-052-3/+3
| | | | | | (don't call H8/300 an AMD 29K in info menus) as.1: catch up to "-k" spelling change (now "-K")
* Renamed dup other_dup to stop conflict on irisSteve Chamberlain1992-05-051-0/+1347
|
* Bump to version 1.97.Per Bothner1992-05-051-1/+1
|
* * bfd-in.h: Increase version number to 1.97, for consistency with ../binutils.Per Bothner1992-05-051-0/+6
| | | | * Makefile.in: docdir is ./doc, not ${srcdir}/doc.
* * ldver.c: Increase version number to 1.97, for consistency with ../binutils.Per Bothner1992-05-052-1/+6
|
* Get rid of bogus comment in compiler command rule.Per Bothner1992-05-051-1/+1
|
* FLEX -> LEXK. Richard Pixley1992-05-052-2/+4
|
* {} -> @{@}K. Richard Pixley1992-05-052-1/+5
|
* gm4 -> m4K. Richard Pixley1992-05-052-1/+5
|
* * Makefile.in: Bump to version 1.97.Per Bothner1992-05-053-4/+13
| | | | * ar.c: Declare errno for machines that need it.
* Change OS of next from sysv to mach.Per Bothner1992-05-051-9/+31
|
* * Makefile.in (DEMANGLER): Define and default to cplus-dem.Fred Fish1992-05-057-137/+195
| | | | | | | | | | | | | | | | | | | Allows selection of C++ demangler to be a configuration option until multiple demanglers are supported. * demangle.h: New include file for extended demangler support. * breakpoint.c, gdbtypes.c, printcmd.c, stack.c, symtab.c, utils.c, valprint.c: Include "demangle.h" and change all calls to cplus_demangle() or fputs_demangled() to use individual demangling options. * valprint.c (type_print_1): Change options to cplus_demangle to print demangled function args. Still broken, but now less so. * cplus-dem.c: Include demangle.h, reorganize and update some comments to reflect reality. * cplus-dem.c (cplus_demangle, cplus_mangle_opname): Change second arg from fixed integer to bit based multiple options. * cplus-dem.c (optable): Reformat and replace ansi members with bit based options. * cplus-dem.c (do_type): Fix bug with parsing missing return type.
* Yet more 29k configurySteve Chamberlain1992-05-051-1/+1
|
* * objdump.c (display_info): Handle error cases without coredump.John Gilmore1992-05-052-0/+7
| | | | | Close the dummy temporary file we open in the loop. * Makefile.in (arsup.o): Add kludge to build with Sun Make.
* * values.c (set_internalvar): Force evaluation of lazy values.John Gilmore1992-05-052-0/+10
| | | | Bug reported by RMS.
* Keep m68kmri.hSteve Chamberlain1992-05-051-0/+1
|
* Added tgasSteve Chamberlain1992-05-051-0/+1
|
* LintSteve Chamberlain1992-05-051-1/+1
|
* * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):Steve Chamberlain1992-05-053-104/+103
| | | | | calc the base of relocs correctly. * tc-a29k.c (parse_operand): allow expressions to be in any section.
OpenPOWER on IntegriCloud