mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
* dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-05-10 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
|
||||||
|
|
||||||
2011-05-09 Paul Brook <paul@codesourcery.com>
|
2011-05-09 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-tic6x.c (streq): Define.
|
* config/tc-tic6x.c (streq): Define.
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef tc_cfi_endproc
|
#ifndef tc_cfi_endproc
|
||||||
# define tc_cfi_endproc(fde) ((void)0)
|
# define tc_cfi_endproc(fde) ((void) (fde))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DWARF2_FORMAT
|
#ifndef DWARF2_FORMAT
|
||||||
|
Reference in New Issue
Block a user