• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


gdb-4_18-branch
RSS
Rev. Tiempo Autor
a0749de gdb-4_18-branch 1999-05-27 09:11:14 Jason Molenda

1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>
Fix from Dave Holcomb.
* hpux-thread.c (init_hpux_thread_ops): Use the right function
name when initializing hpux_thread_ops.to_thread_alive.
1999-04-13 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define if we're
on a Solaris host (of any architecture).
* configure: Regenerated.

c1d4905 gdb-4_18 gdb-4_18-release 1999-04-16 10:35:27 nobody <>

This commit was manufactured by cvs2svn to create branch 'gdb-4_18-branch'.

Sprout from master 1999-04-16 01:35:26 UTC Stan Shebs <shebs@codesourcery.com> 'Initial creation of sourceware repository'
Cherrypick from FSF 1999-04-16 01:34:55 UTC Stan Shebs <shebs@codesourcery.com> 'Initial creation of sourceware repository':
readline/CHANGELOG
readline/CHANGES
readline/COPYING
readline/INSTALL
readline/MANIFEST
readline/Makefile.in
readline/README
readline/acconfig.h
readline/aclocal.m4
readline/ansi_stdlib.h
readline/bind.c
readline/callback.c
readline/chardefs.h
readline/complete.c
readline/config.h.in
readline/configure
readline/configure.in
readline/display.c
readline/doc/Makefile.in
readline/doc/hist.texinfo
readline/doc/hstech.texinfo
readline/doc/hsuser.texinfo
readline/doc/readline.3
readline/doc/rlman.texinfo
readline/doc/rltech.texinfo
readline/doc/rluser.texinfo
readline/doc/texi2dvi
readline/doc/texi2html
readline/emacs_keymap.c
readline/examples/Inputrc
readline/examples/Makefile.in
readline/examples/fileman.c
readline/examples/histexamp.c
readline/examples/manexamp.c
readline/examples/rl.c
readline/examples/rltest.c
readline/funmap.c
readline/histexpand.c
readline/histfile.c
readline/histlib.h
readline/history.c
readline/history.h
readline/histsearch.c
readline/input.c
readline/isearch.c
readline/keymaps.c
readline/keymaps.h
readline/kill.c
readline/macro.c
readline/nls.c
readline/parens.c
readline/posixdir.h
readline/posixjmp.h
readline/posixstat.h
readline/readline.c
readline/readline.h
readline/rlconf.h
readline/rldefs.h
readline/rltty.c
readline/rltty.h
readline/rlwinsize.h
readline/search.c
readline/shell.c
readline/signals.c
readline/support/config.guess
readline/support/config.sub
readline/support/install.sh
readline/support/mkdirs
readline/support/mkdist
readline/tcap.h
readline/terminal.c
readline/tilde.c
readline/tilde.h
readline/undo.c
readline/util.c
readline/vi_keymap.c
readline/vi_mode.c
readline/xmalloc.c
Delete:
gdb/windows-nat.c

c906108 1999-04-16 10:35:26 Stan Shebs

Initial creation of sourceware repository

cd946cf 1999-04-16 10:34:55 Stan Shebs

This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

d60d9f6 1999-04-16 10:34:55 Stan Shebs

Initial creation of sourceware repository

9733ab3 1999-04-16 10:34:49 Stan Shebs

Initial creation of sourceware repository

071ea11 1999-04-16 10:34:07 Stan Shebs

Initial creation of sourceware repository

1730ec6 1999-02-15 11:23:56 Mark Alexander

* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
coffread.c will correctly handle char or short function parameters.

8a71fa4 1999-02-15 09:00:20 Ken Raeburn

config/tc-alpha.c (md_show_usage): Put \ before newline in strings always.

15445dc 1999-02-14 07:13:09 Richard Henderson

* config/tc-alpha.c (cpu_types): Enable EV6 PALcode with -m21264.
(emit_insn): Look for pc-relative and no-overflow specifiers on
internal relocation types.

287169e 1999-02-14 06:59:27 Jim Blandy

Add clauses for tx19, vr4xxx, vr4320, tx49, and r5900

0e00d27 1999-02-14 06:37:36 Jim Blandy

*** empty log message ***

3b88ed2 1999-02-14 06:37:16 Jim Blandy

* doc/c-mips.texi (MIPS Opts): Updated list of -mNNNN and
-mcpu=NNNN flags.

de484a0 1999-02-14 06:36:35 Jim Blandy

* config/tc-mips.c: Remove all the mips_NNNN variables; just use
mips_cpu instead.
(mips_4650, mips_4010, mips_4100): Variables removed.
start-sanitize-vr4xxx
(mips_4121): Variable removed.
end-sanitize-vr4xxx
start-sanitize-vr4320
(mips_4320): Variable removed.
end-sanitize-vr4320
start-sanitize-cygnus
(mips_5400): Variable removed.
end-sanitize-cygnus
start-sanitize-r5900
(mips_5900): Variable removed.
end-sanitize-r5900
start-sanitize-tx49
(mips_4900): Variable removed.
end-sanitize-tx49
(hilo_interlocks, gpr_interlocks, append_insn, macro_build, macro,
macro2, mips16_macro, mips_ip): Test mips_cpu, not the mips_NNNN
variables.
(md_begin): Don't bother initializing the mips_NNNN variables;
mips_cpu is set, and that's good enough now.
(md_parse_option): Have the -mNNNN options set mips_cpu instead of
the mips_NNNN variable. The -no-mNNNN flags are now no-ops.
(show): New function, to handle wrapping in the CPU lists.
(md_show_usage): Update lists of -mcpu and -mNNNN switches.

adfdbe9 1999-02-14 06:19:17 Jim Blandy

*** empty log message ***

346b8b0 1999-02-14 05:07:02 Jim Blandy

*** empty log message ***

bd24408 1999-02-14 05:06:53 Jim Blandy

* gas/mips/mips.exp: Run the new tests, below.
* gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d,
gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: New files.
* gas/mips/elf_e_flags.c, gas/mips/elf_e_flags.s: New files.

c80f964 1999-02-14 05:04:28 Jim Blandy

*** empty log message ***

06643e9 1999-02-14 05:04:14 Jim Blandy

*** empty log message ***

e58ae7a 1999-02-13 17:18:51 Richard Henderson

* config/tc-i386.c (i386_intel_operand): Ignore `SHORT' rather
than treat as an immediate specifier.

35564bd 1999-02-12 11:02:45 Stan Shebs

* gdb.texinfo: Update the credits.

e715a02 1999-02-12 09:27:34 Richard Henderson

* config/tc-i386.c: Prototype many functions.
(set_intel_syntax): Accept `prefix'/`noprefix' specifiers.
(i386_immediate): Remove unused second argument.
(i386_intel_operand): Fix i386_is_reg typo.
(i386_operand): Use allow_naked_reg.
(output_invalid): Make operand int for K&R.

eb9ea5d 1999-02-12 09:00:14 Martin Hunt

1999-02-11 Martin Hunt <hunt@cygnus.com>

* gdbtk-variable.c (variable_format): Enable binary format.

5bbb337 1999-02-12 06:12:19 Martin Hunt

*** empty log message ***

8ee982c 1999-02-12 06:11:58 Martin Hunt

1999-02-11 Martin Hunt <hunt@cygnus.com>

* gdbtk-hooks.c: Change ALL Tcl_Eval calls in hooks to
call report_error() if there are errors.

5288b2e 1999-02-12 05:53:23 Martin Hunt

1999-02-11 Martin Hunt <hunt@cygnus.com>

* gdbtk.c, gdbtk-cmds.c, gdbtk-hooks.c: Removed old IDE stuff.

8fa71a7 1999-02-12 04:22:23 Jason Molenda

1999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)

* configure, aclocal.m4: Regenerate with correct version of aclocal.

e0a991b 1999-02-12 01:22:25 Ian Lance Taylor

* Makefile.am (EXTRA_as_new_SOURCES): Uncomment--fixed by automake
patch.
* Makefile.in: Rebuild.

22f94ab 1999-02-12 01:14:01 Nick Clifton

Fix for PR 19070 - add ability to detect and generate errors when sections
overlap.

39c8040 1999-02-11 12:24:19 Doug Evans

* gas/m32r/allinsn.d: Prefix all | with \.
(push,pop): Fix expected output.
* gas/m32r/relax-1.d: Emitted nops are serial, not parallel.
* gas/m32r/fslot.d: Prefix all | with \.
* gas/m32r/fslotx.d: Prefix all | with \.
* gas/m32r/m32rx.d: Assemble with -O to get effect we're testing for.
Prefix all | with \. Fix misc. typos.
* gas/m32r/m32rx.s (bc__add,bcl__addi): Use non-relaxable versions
of branches so we get the effect we're testing for.
* gas/m32r/relax-2.d: Prefix all | with \.
| must be prefixed with \ (or otherwise escaped).
Fix problems that were then revealed.
Some still remain in m32rx.[ds].