* gentmap.c: Fix compile time warning.

This commit is contained in:
Thiemo Seufer 2006-11-07 19:29:59 +00:00
parent 7e12978101
commit 09d969392e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-11-07 Thiemo Seufer <ths@mips.com>
* gentmap.c: Fix compile time warning.
2006-11-07 Thiemo Seufer <ths@mips.com>
* sim-base.h (text_start, text_end, start_addr): Use bfd_vma type

View File

@ -1,6 +1,7 @@
/* Generate targ-vals.h and targ-map.c. */
#include <stdio.h>
#include <stdlib.h>
struct tdefs {
char *symbol;