]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/Makefile.in
bfd/
authorJie Zhang <jie.zhang@analog.com>
Mon, 24 Oct 2005 16:31:22 +0000 (16:31 +0000)
committerJie Zhang <jie.zhang@analog.com>
Mon, 24 Oct 2005 16:31:22 +0000 (16:31 +0000)
commit9ba4c445137e7c387090441e2837e09479f14457
treec7ac22c3e48116f1357a8d55004de349893373b0
parentf470759536919310535044dde07b70f850fe675c
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