public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7001] Remove dead macro: TEXT_SECTION_NAME
@ 2022-02-02 15:06 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-02-02 15:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:302caa1faebf98e0d662a2e68ef171ea74115184

commit r12-7001-g302caa1faebf98e0d662a2e68ef171ea74115184
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Feb 2 16:04:18 2022 +0100

    Remove dead macro: TEXT_SECTION_NAME
    
    gcc/ChangeLog:
    
            * dwarf2out.cc (TEXT_SECTION_NAME): Remove unused macro.

Diff:
---
 gcc/dwarf2out.cc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/dwarf2out.cc b/gcc/dwarf2out.cc
index ad1d804dcaf..e60575b1398 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               \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-02 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 15:06 [gcc r12-7001] Remove dead macro: TEXT_SECTION_NAME Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).