mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
sim: cgen: namespace mode_names a bit
These are exported in the library linkage, so add a cgen_ prefix.
This commit is contained in:
@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#define SEMOPS_DEFINE_INLINE
|
||||
#include "cgen-ops.h"
|
||||
|
||||
const char * const mode_names[] = {
|
||||
const char * const cgen_mode_names[] = {
|
||||
"VOID",
|
||||
"BI",
|
||||
"QI",
|
||||
|
Reference in New Issue
Block a user