mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
* xcoffread.c (SYMNAME_ALLOC): Correct syntax.
This commit is contained in:
parent
5045add04b
commit
6a94242bfd
@ -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>
|
||||
|
||||
* findvar.c (locate_var_value): Do not call get_frame_arch
|
||||
|
@ -1427,7 +1427,7 @@ read_xcoff_symtab (struct partial_symtab *pst)
|
||||
|
||||
|
||||
#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. */
|
||||
|
Loading…
Reference in New Issue
Block a user