summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-04 00:02:49 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-04 00:02:49 +0000
commitae5d71270959610cd9ecc5aeb34277955174e2c7 (patch)
treed467f790d1de0f566fefd968e059a7d54883749e
parentfa0a0fdefef3ad89a6c2907c3e9bdb258682e1b2 (diff)
downloadgdb-ae5d71270959610cd9ecc5aeb34277955174e2c7.tar.gz
NEWS cleanups
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS23
2 files changed, 13 insertions, 14 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2c0885ba9fb..953d5300a3d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-08-03 Andrew Cagney <ac131313@redhat.com>
+ * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
+
+2002-08-03 Andrew Cagney <ac131313@redhat.com>
+
* Makefile.in (gdbtk-bp.o): Update dependencies.
(gdbtk-register.o): Ditto.
(gdbtk-varobj.o): Ditto.
diff --git a/gdb/NEWS b/gdb/NEWS
index bdbbe656210..c3875dd8e76 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -5,9 +5,9 @@
* ``gdbserver'' now supports multithreaded applications on some targets
-Support for multithreaded applications using LinuxThreads has been added
-for arm*-*-linux*, i[3456]86-*-linux*, mips*-*-linux*, powerpc*-*-linux*,
-and sh*-*-linux*.
+Support for multithreaded applications using libthread_db has been
+added for arm*-*-linux*-gnu*, i[3456]86-*-linux*-gnu*,
+mips*-*-linux*-gnu*, powerpc*-*-linux*-gnu*, and sh*-*-linux*-gnu*.
* GDB now supports C/C++ preprocessor macros.
@@ -15,22 +15,17 @@ GDB now expands preprocessor macro invocations in C/C++ expressions,
and provides various commands for showing macro definitions and how
they expand.
+The new command `macro expand EXPRESSION' expands any macro
+invocations in expression, and shows the result.
+
+The new command `show macro MACRO-NAME' shows the definition of the
+macro named MACRO-NAME, and where it was defined.
+
Most compilers don't include information about macros in the debugging
information by default. In GCC 3.1, for example, you need to compile
your program with the options `-gdwarf-2 -g3'. If the macro
information is present in the executable, GDB will read it.
-Here are the new commands for working with macros:
-
-** macro expand EXPRESSION
-
-Expand any macro invocations in expression, and show the result.
-
-** show macro MACRO-NAME
-
-Show the definition of the macro named MACRO-NAME, and where it was
-defined.
-
* Multi-arched targets.
DEC Alpha (partial) alpha*-*-*