mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
* objcopy.c (filter_bytes): Make MEMHUNK a char *, not PTR, so we
can do arithmetic on it.
This commit is contained in:
@ -212,7 +212,7 @@ filter_symbols (abfd, osyms, isyms, symcount)
|
||||
|
||||
void
|
||||
filter_bytes (memhunk, size)
|
||||
PTR memhunk;
|
||||
char *memhunk;
|
||||
bfd_size_type *size;
|
||||
{
|
||||
char *from = memhunk + copy_byte, *to = memhunk, *end = memhunk + *size;
|
||||
|
Reference in New Issue
Block a user