aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-05-02 17:00:57 +0000
committerDavid Carlton <carlton@bactrian.org>2003-05-02 17:00:57 +0000
commita9c0dc7f03b2dd7e4864542e42d9ade9df6e9f57 (patch)
treeccaf6137e63bf12cb24aed841de19a17a0106cdd
parent4d2e1ff0a695d66f13d9c2c27817b843246bd329 (diff)
downloadfsf-binutils-gdb-a9c0dc7f03b2dd7e4864542e42d9ade9df6e9f57.zip
fsf-binutils-gdb-a9c0dc7f03b2dd7e4864542e42d9ade9df6e9f57.tar.gz
fsf-binutils-gdb-a9c0dc7f03b2dd7e4864542e42d9ade9df6e9f57.tar.bz2
2003-05-02 David Carlton <carlton@bactrian.org>
* objfiles.c (allocate_objfile): For anonymous objfiles, allocate the name with mstrsave.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/objfiles.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1826ec7..8914375 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-02 David Carlton <carlton@bactrian.org>
+
+ * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
+ the name with mstrsave.
+
2003-05-02 Elena Zannoni <ezannoni@redhat.com>
* charset.c (GDB_DEFAULT_TARGET_CHARSET,
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index 32a57fa..59e03b9 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -325,7 +325,7 @@ allocate_objfile (bfd *abfd, int flags)
}
else
{
- objfile->name = "<<anonymous objfile>>";
+ objfile->name = mstrsave (objfile->md, "<<anonymous objfile>>");
}
/* Initialize the section indexes for this objfile, so that we can