forked from Imagelibrary/binutils-gdb
2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
* objfiles.h: New MULTI_OBJFILE_P macro. * printcmd.c (sym_info): Print object name. * maint.c (maintenance_translate_address): Likewise.
This commit is contained in:
@@ -583,4 +583,8 @@ extern void *objfile_data (struct objfile *objfile,
|
||||
uninitialized section index. */
|
||||
#define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss
|
||||
|
||||
/* Answer whether there is more than one object file loaded. */
|
||||
|
||||
#define MULTI_OBJFILE_P() (object_files && object_files->next)
|
||||
|
||||
#endif /* !defined (OBJFILES_H) */
|
||||
|
||||
Reference in New Issue
Block a user