summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-04-05 05:36:44 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-04-05 05:36:44 +0000
commitc12a62756e964933507447efbd5b4d0fcf379bb6 (patch)
treec2476ebd7e33c352fe558cb0adfced06ee2ca67c /include
parent0ec132b7c9ba373e73e71261f745b9b581a90580 (diff)
downloadgdb-c12a62756e964933507447efbd5b4d0fcf379bb6.tar.gz
This is a grab-bag of my stuff from the head branch.
Should have done it separately, I know. - move bug report address to include file - objcopy --redefine-sym - update makefile dependencies (but use automake-000227) - H.J. Lu's fix to readelf.c
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog8
-rw-r--r--include/bin-bugs.h3
2 files changed, 11 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index cb15edca066..0dda32300c8 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,11 @@
+2000-04-04 Alan Modra <alan@linuxcare.com.au>
+
+ * bin-bugs.h (REPORT_BUGS_TO): Remove translated part.
+
+2000-04-03 Alan Modra <alan@linuxcare.com.au>
+
+ * bin-bugs.h: New file.
+
2000-03-27 Denis Chertykov <denisc@overta.ru>
* dis-asm.h (print_insn_avr): Declare.
diff --git a/include/bin-bugs.h b/include/bin-bugs.h
new file mode 100644
index 00000000000..cb14a66bf66
--- /dev/null
+++ b/include/bin-bugs.h
@@ -0,0 +1,3 @@
+#ifndef REPORT_BUGS_TO
+#define REPORT_BUGS_TO "bug-gnu-utils@gnu.org"
+#endif