OSDN Git Service

bfd/
authorjiez <jiez>
Mon, 24 Oct 2005 16:31:19 +0000 (16:31 +0000)
committerjiez <jiez>
Mon, 24 Oct 2005 16:31:19 +0000 (16:31 +0000)
commit440eb401e94d8cb457a78ab51554089b2d6a24c8
tree333c4bf238f5827370eed8f1c381786446f22d52
parentdae3602e30d6f95d590eb46218cb849e9c6c76df
bfd/
* elf32-bfin.c (bfd_bfin_elf32_create_embedded_relocs): Fix signedness
warning.
gas/
* Makefile.am (bfin-parse.h): Renamed from bfin-parse.tab.h.
(EXTRA_DIST): Add bfin-parse.h and bfin-lex.c.
* Makefile.in: Regenerate.
* config/bfin-lex.l: Include bfin-parse.h instead of bfin-parse.tab.h.
* config/tc-bfin.c (md_chars_to_number): Change the type of first
argument from unsigned char * to char * to remove signedness warnings.
bfd/ChangeLog
bfd/elf32-bfin.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/bfin-lex.l
gas/config/tc-bfin.c