* config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Make single bit

field unsigned.
This commit is contained in:
Ben Elliston
2006-05-02 04:21:39 +00:00
parent 58633d9add
commit 22772e33f6
2 changed files with 4 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ struct elf_obj_sy
#define OBJ_SYMFIELD_TYPE struct elf_obj_sy
/* Symbol fields used by the ELF back end. */
#define ELF_TARGET_SYMBOL_FIELDS int local:1;
#define ELF_TARGET_SYMBOL_FIELDS unsigned int local:1;
/* Don't change this; change ELF_TARGET_SYMBOL_FIELDS instead. */
#ifndef TARGET_SYMBOL_FIELDS