Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace contribution list in CONTRIBUTE file with link | Alan Hayward | 2019-01-28 | 1 | -140/+8 |
| | | | | | | | | | | | | | | | The GDB wiki page has a much better contribution checklist than that in the GDB CONTRIBUTE file. In addition, the wiki is easier to keep up to date with current processes. Reduce the CONTRIBUTE file down to a short paragraph followed by a link to the contribution process. This also ensures anyone reading the CONTRIBUTE file for a given release has access to the latest processes. gdb/ChangeLog: * CONTRIBUTE: Replace contribution list with wiki link. | ||||
* | CONTRIBUTE: For internals refer to wiki, not gdb/doc | Maciej W. Rozycki | 2014-09-16 | 1 | -3/+4 |
| | |||||
* | fix CONTRIBUTE for git migration | Tom Tromey | 2013-10-25 | 1 | -7/+7 |
| | | | | | | This fixes gdb's CONTRIBUTE file for the git migration. * CONTRIBUTE: Update for git. | ||||
* | 2012-04-25 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra Reddy | 2012-04-25 | 1 | -3/+3 |
| | | | | | * CONTRIBUTE: Use unified diff instead of context diff when generating patches. | ||||
* | Cleanups after the update to Autoconf 2.64, Automake 1.11. | Ralf Wildenhues | 2009-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /: * README-maintainer-mode: Point directly to upstream locations for autoconf, automake, libtool, gettext, instead of copies on sources.redhat.com. Document required versions. * configure.ac: Do not substitute datarootdir, htmldir, pdfdir, docdir. Do not process --with-datarootdir, --with-htmldir, --with-pdfdir, --with-docdir. * configure: Regenerate. gdb/: * CONTRIBUTE: Bump documented Autoconf version. * configure.ac: Do not substitute datarootdir, htmldir, pdfdir, docdir. Do not process --with-datarootdir, --with-htmldir, --with-pdfdir, --with-docdir. * configure: Regenerate. gdb/doc/: * gdbint.texinfo (Releasing GDB): Point to README-maintainer-mode file for required autoconf version. * configure.ac: Do not substitute datarootdir, htmldir, pdfdir, docdir. Do not process --with-datarootdir, --with-htmldir, --with-pdfdir, --with-docdir. * configure: Regenerate. gprof/: * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) (install-pdf-recursive, html__strip_dir, install-html) (install-html-am, install-html-recursive): Remove. * Makefile.in: Regenerate. opcodes/: * Makefile.am (install-pdf, install-html): Remove. * Makefile.in: Regenerate. gas/: * Makefile.am (install-pdf, install-pdf-recursive, install-html) (install-html-recursive): Remove. * Makefile.in: Regenerate. * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) (html__strip_dir, install-html, install-html-am): Remove. * doc/Makefile.in: Regenerate. ld/: * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) (install-pdf-recursive, html__strip_dir, install-html) (install-html-am, install-html-recursive): Remove. * Makefile.in: Regenerate. binutils/: * Makefile.am (install-pdf, install-pdf-recursive, install-html) (install-html-recursive): Remove. * Makefile.in: Regenerate. * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) (html__strip_dir, install-html, install-html-am): Remove. * doc/Makefile.in: Regenerate. bfd/: * Makefile.am (datarootdir, docdir, htmldor, pdfdir) (install-pdf, install-pdf-recursive, install-html) (install-html-recursive): Remove. * Makefile.in: Regenerate. bfd/doc/: * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) (html__strip_dir, install-html, install-html-am): Remove. * Makefile.in: Regenerate. | ||||
* | * CONTRIBUTE: Minor reformatting. | Joel Brobecker | 2009-01-09 | 1 | -1/+2 |
| | |||||
* | * CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of | Pedro Alves | 2008-10-27 | 1 | -3/+3 |
| | | | | 2.13 and configure.in. | ||||
* | * CONTRIBUTE: Use sourceware.org. | Daniel Jacobowitz | 2007-01-04 | 1 | -1/+1 |
| | |||||
* | From 2002-02-19 Paul Eggert <eggert@twinsun.com>: | Andrew Cagney | 2002-02-23 | 1 | -1/+1 |
| | | | | | | | | | * Makefile.in (VER): Change "head -1" to "sed q", since POSIX 1003.1-2001 no longer allows "head -1". * gdb/Makefile.in (version.c): Likewise. * gdb/doc/Makefile.in (GDBvn.texi): Likewise. * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is equivalent. POSIX 1003.1-2001 no longer allows "diff -c3". | ||||
* | From 2002-01-09 John Marshall <johnm@falch.net>: | Andrew Cagney | 2002-01-13 | 1 | -1/+1 |
| | | | | | | * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to sources.redhat.com, and tweak some related URLs which had suffered from linkrot. | ||||
* | * CONTRIBUTE: Update. | Andrew Cagney | 2001-09-26 | 1 | -49/+19 |
| | |||||
* | Change convention to ``Fix PR gdb/NNNN'' | Andrew Cagney | 2001-03-03 | 1 | -2/+6 |
| | |||||
* | Mention how to cite GDB problem reports. | Andrew Cagney | 2001-02-23 | 1 | -0/+9 |
| | |||||
* | Mention gdbarch.sh and to not submit gdbarch.[ch]. | Andrew Cagney | 2001-02-23 | 1 | -0/+7 |
| | |||||
* | Note that there is no need to send configure.in patches. | Andrew Cagney | 2000-03-01 | 1 | -0/+7 |
| | |||||
* | Explain how to contribute to GDB. | Andrew Cagney | 2000-02-13 | 1 | -0/+146 |