[Bug target/59205] config/iq2000/iq2000.c:2188: possible cut'n'paste error ?

2019-09-30 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59205

Nick Clifton  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Nick Clifton  ---
Hi David,

  It is obvious that this function never actually did anything worthwhile, so I
have decided to just remove it entirely and allow gcc's generic section
selection code to be used instead.

Cheers
  Nick

[Bug target/59205] config/iq2000/iq2000.c:2188: possible cut'n'paste error ?

2019-09-30 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59205

--- Comment #2 from Nick Clifton  ---
Author: nickc
Date: Mon Sep 30 15:18:14 2019
New Revision: 276304

URL: https://gcc.gnu.org/viewcvs?rev=276304=gcc=rev
Log:
Remove the iq2000_select_section function the iq2000 backend - it never
provided any useful functionality.

PR target/59205
* config/iq2000/iq2000.c (iq2000_select_section): Delete.
(TARGET_ASM_SELECT_SECTION): Remove definition.
(TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Allow definition.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/iq2000/iq2000.c

[Bug target/59205] config/iq2000/iq2000.c:2188: possible cut'n'paste error ?

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59205

Eric Gallager  changed:

   What|Removed |Added

 CC||nickc at gcc dot gnu.org

--- Comment #1 from Eric Gallager  ---
cc-ing iq2000 maintainer