From: Martin Liska Date: Wed, 2 Feb 2022 15:04:18 +0000 (+0100) Subject: Remove dead macro: TEXT_SECTION_NAME X-Git-Tag: basepoints/gcc-13~1312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302caa1faebf98e0d662a2e68ef171ea74115184;p=thirdparty%2Fgcc.git Remove dead macro: TEXT_SECTION_NAME gcc/ChangeLog: * dwarf2out.cc (TEXT_SECTION_NAME): Remove unused macro. --- diff --git a/gcc/dwarf2out.cc b/gcc/dwarf2out.cc index ad1d804dcaff..e60575b13983 100644 --- a/gcc/dwarf2out.cc +++ b/gcc/dwarf2out.cc @@ -4186,11 +4186,6 @@ new_addr_loc_descr (rtx addr, enum dtprel_bool dtprel) #define DEBUG_LTO_LINE_STR_SECTION ".gnu.debuglto_.debug_line_str" #endif -/* Standard ELF section names for compiled code and data. */ -#ifndef TEXT_SECTION_NAME -#define TEXT_SECTION_NAME ".text" -#endif - /* Section flags for .debug_str section. */ #define DEBUG_STR_SECTION_FLAGS \ (HAVE_GAS_SHF_MERGE && flag_merge_debug_strings \