public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeff Law <law@redhat.com>
To: Jozef Lawrynowicz <jozef.l@mittosystems.com>,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH 3/3][MSP430] Use default_elf_select_section to select sections for data where possible
Date: Tue, 03 Sep 2019 19:40:00 -0000	[thread overview]
Message-ID: <5972ce4d-97e2-d45b-a338-a02a47699942@redhat.com> (raw)
In-Reply-To: <20190830111411.2b258770@jozef-kubuntu>

On 8/30/19 4:14 AM, Jozef Lawrynowicz wrote:
> With the "noinit" attribute now handled generically, direct assignment of
> data with the "noinit" attribute to the ".noinit" attribute can be removed from
> the msp430 back end, and default_elf_select_section can be used instead.
> 
> default_elf_select_section can also be used for SECCAT_RODATA_MERGE_* sections,
> to enable the linker to merge constant data.
> 
> 
> 0003-MSP430-Use-default_elf_select_section-to-determine-s.patch
> 
> From 2d2bc7f11b7d5bfc918351a5963b041f69aac673 Mon Sep 17 00:00:00 2001
> From: Jozef Lawrynowicz <jozef.l@mittosystems.com>
> Date: Wed, 28 Aug 2019 17:54:22 +0100
> Subject: [PATCH 3/3] MSP430: Use default_elf_select_section to determine
>  sections for data where possible
> 
> gcc/ChangeLog:
> 
> 2019-08-29  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
> 
> 	* config/msp430/msp430.c (msp430_init_sections): Remove handling of the
> 	noinit section.
> 	(msp430_select_section): Handle decls with the "noinit" attribute with
> 	default_elf_select_section.
> 	Handle SECCAT_RODATA_MERGE_* section types with
> 	default_elf_select_section.
> 	Add comments about handling of unsupported section types.
> 	(msp430_section_type_flags): Remove handling of the noinit section.
And OK as well.

jeff

      reply	other threads:[~2019-09-03 19:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-30 10:18 [PATCH 0/3] MSP430: Improve attribute handling Jozef Lawrynowicz
2019-08-30 10:36 ` [PATCH 1/3] Implement TARGET_HANDLE_GENERIC_ATTRIBUTE Jozef Lawrynowicz
2019-09-03 19:38   ` Jeff Law
2019-09-03 21:00     ` Jozef Lawrynowicz
2019-09-03 21:17       ` Jeff Law
2019-08-30 10:45 ` [PATCH 2/3][MSP430] Setup exclusion tables for function and data attributes Jozef Lawrynowicz
2019-09-03 19:39   ` Jeff Law
2019-08-30 10:58 ` [PATCH 3/3][MSP430] Use default_elf_select_section to select sections for data where possible Jozef Lawrynowicz
2019-09-03 19:40   ` Jeff Law [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5972ce4d-97e2-d45b-a338-a02a47699942@redhat.com \
    --to=law@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jozef.l@mittosystems.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).