mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* ldgram.y (lang_memory_region_type): Make static.
(ldgram_want_filename): Likewise. * ldemul.c (ld_emulation): Make static. * ldfile.h (ldfile_find_command_file): Remove extern. * ldfile.c (ldfile_find_command_file): Make static. * ldlang.h (unique_section_list): Remove extern declaration. * ldlang.c (unique_section_list): Make static. * mri.h (symbol_truncate): Remove extern declaration. * mri.c (symbol_truncate): Make static. (order, only_load, address, alias): Likewise. (alignment, subalignment): Likewise.
This commit is contained in:
2
ld/mri.h
2
ld/mri.h
@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#ifndef MRI_H
|
||||
#define MRI_H
|
||||
|
||||
extern unsigned int symbol_truncate;
|
||||
|
||||
extern void mri_output_section (const char *, etree_type *);
|
||||
extern void mri_only_load (const char *);
|
||||
extern void mri_base (etree_type *);
|
||||
|
Reference in New Issue
Block a user