mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 03:41:58 +08:00
* gentmap.c: Fix compile time warning.
This commit is contained in:
@ -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>
|
2006-11-07 Thiemo Seufer <ths@mips.com>
|
||||||
|
|
||||||
* sim-base.h (text_start, text_end, start_addr): Use bfd_vma type
|
* sim-base.h (text_start, text_end, start_addr): Use bfd_vma type
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/* Generate targ-vals.h and targ-map.c. */
|
/* Generate targ-vals.h and targ-map.c. */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
struct tdefs {
|
struct tdefs {
|
||||||
char *symbol;
|
char *symbol;
|
||||||
|
Reference in New Issue
Block a user