You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alan Modra
b16c44debc
bfd_get_filename
This macro says:
/* Cast from const char * to char * so that caller can assign to
a char * without a warning. */
I reckon that isn't such a good idea since it can result in char*
variables where const char* is appropriate. Not very many places
need the char* cast.
bfd/
* aout-target.h (object_p): Formatting.
* bfd-in.h (bfd_get_filename): Don't cast to char*.
* corefile.c (generic_core_file_matches_executable_p): Constify
variables and remove cast.
* bfd-in2.h: Regenerate.
binutils/
* nm.c (print_object_filename_bsd, print_object_filename_sysv),
(print_object_filename_posix, print_archive_filename_bsd),
(print_archive_filename_sysv, print_archive_filename_posix),
(print_archive_member_bsd, print_archive_member_sysv),
(print_archive_member_posix): Constify parameter.
(struct output_fns <print_object_filename, print_archive_filename>),
(<print_archive_member>): Likewise.
* objcopy.c (copy_archive): Add cast for make_tempdir.
ld/
* emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Constify
variable.
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
* emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
gdb/
* coffread.c (coff_symfile_read): Constify filename variable.
* dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
(elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
* gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
* solib.c (reload_shared_libraries_1): Likewise.
* symfile.c (reread_symbols): Likewise.
* solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
* solib-darwin.c (darwin_bfd_open): Likewise.
* symfile-mem.c (symbol_file_add_from_memory): Likewise.
sim/cris/
* sim-if.c (sim_open): Constify filename variable.
|
7 years ago |
| .. |
|
aarch64
|
sim: fix aarch64 sim build
|
7 years ago |
|
arm
|
Update copyright year range in all GDB files.
|
7 years ago |
|
avr
|
Update copyright year range in all GDB files.
|
7 years ago |
|
bfin
|
Update copyright year range in all GDB files.
|
7 years ago |
|
common
|
sim/common: wire up new unordered comparisons
|
7 years ago |
|
cr16
|
Update copyright year range in all GDB files.
|
7 years ago |
|
cris
|
bfd_get_filename
|
7 years ago |
|
d10v
|
Update copyright year range in all GDB files.
|
7 years ago |
|
erc32
|
Update copyright year range in all GDB files.
|
7 years ago |
|
frv
|
Update copyright year range in all GDB files.
|
7 years ago |
|
ft32
|
Update copyright year range in all GDB files.
|
7 years ago |
|
h8300
|
Update copyright year range in all GDB files.
|
7 years ago |
|
igen
|
Update copyright year range in all GDB files.
|
7 years ago |
|
iq2000
|
Update copyright year range in all GDB files.
|
7 years ago |
|
lm32
|
Update copyright year range in all GDB files.
|
7 years ago |
|
m32c
|
Update copyright year range in all GDB files.
|
7 years ago |
|
m32r
|
Update copyright year range in all GDB files.
|
7 years ago |
|
m68hc11
|
Update copyright year range in all GDB files.
|
7 years ago |
|
mcore
|
Update copyright year range in all GDB files.
|
7 years ago |
|
microblaze
|
Update copyright year range in all GDB files.
|
7 years ago |
|
mips
|
Update copyright year range in all GDB files.
|
7 years ago |
|
mn10300
|
Update copyright year range in all GDB files.
|
7 years ago |
|
moxie
|
Update copyright year range in all GDB files.
|
7 years ago |
|
msp430
|
Update copyright year range in all GDB files.
|
7 years ago |
|
or1k
|
sim/or1k: Regenerate sim
|
7 years ago |
|
ppc
|
Fix the sim build
|
7 years ago |
|
rl78
|
Update copyright year range in all GDB files.
|
7 years ago |
|
rx
|
Update copyright year range in all GDB files.
|
7 years ago |
|
sh
|
Update copyright year range in all GDB files.
|
7 years ago |
|
sh64
|
Update copyright year range in all GDB files.
|
7 years ago |
|
testsuite
|
sim/testsuite/or1k: Add tests for unordered compares
|
7 years ago |
|
v850
|
Update copyright year range in all GDB files.
|
7 years ago |
|
.gitignore
|
sim: drop common/cconfig.h in favor of a single config.h
|
10 years ago |
|
ChangeLog
|
sim/or1k: Regenerate sim
|
7 years ago |
|
MAINTAINERS
|
(gdb/sim) Move Mike Frysinger to past maintainers section
|
7 years ago |
|
Makefile.in
|
Update copyright year range in all GDB files.
|
7 years ago |
|
README-HACKING
|
sim: punt WITH_DEVICES & tconfig.h support
|
10 years ago |
|
configure
|
Bump to autoconf 2.69 and automake 1.15.1
|
8 years ago |
|
configure.ac
|
Bump to autoconf 2.69 and automake 1.15.1
|
8 years ago |
|
configure.tgt
|
sim: or1k: add or1k target to sim
|
8 years ago |