* xcoffread.c (SYMNAME_ALLOC): Correct syntax.

This commit is contained in:
Daniel Jacobowitz 2008-08-21 21:22:39 +00:00
parent 5045add04b
commit 6a94242bfd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-21 Daniel Jacobowitz <dan@codesourcery.com>
* xcoffread.c (SYMNAME_ALLOC): Correct syntax.
2008-08-21 Ulrich Weigand <uweigand@de.ibm.com> 2008-08-21 Ulrich Weigand <uweigand@de.ibm.com>
* findvar.c (locate_var_value): Do not call get_frame_arch * findvar.c (locate_var_value): Do not call get_frame_arch

View File

@ -1427,7 +1427,7 @@ read_xcoff_symtab (struct partial_symtab *pst)
#define SYMNAME_ALLOC(NAME, ALLOCED) \ #define SYMNAME_ALLOC(NAME, ALLOCED) \
(ALLOCED) ? (NAME) : obsavestring ((NAME), strlen (NAME), &objfile->objfile_obstack); ((ALLOCED) ? (NAME) : obsavestring ((NAME), strlen (NAME), &objfile->objfile_obstack))
/* process one xcoff symbol. */ /* process one xcoff symbol. */