mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00: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>
|
||||
|
||||
* config/tc-tic6x.c (streq): Define.
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef tc_cfi_endproc
|
||||
# define tc_cfi_endproc(fde) ((void)0)
|
||||
# define tc_cfi_endproc(fde) ((void) (fde))
|
||||
#endif
|
||||
|
||||
#ifndef DWARF2_FORMAT
|
||||
|
||||
Reference in New Issue
Block a user