This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Remove user_defined_section_attribute global


The first patch contains the interesting change, the second is just a
small comment fix in a related area of code, that I spotted while
creating the first patch.

I don't have commit access, so if these are reviewed / approved,
please could they also be applied.

Thanks,
Andrew

---

Andrew Burgess (2):
  gcc: Remove unneeded global flag.
  gcc: Update comment in bb-reorder.c

 gcc/ChangeLog           | 16 ++++++++++++++++
 gcc/bb-reorder.c        |  6 ++----
 gcc/c-family/c-common.c |  2 --
 gcc/final.c             |  2 --
 gcc/toplev.c            |  5 -----
 gcc/toplev.h            |  5 -----
 6 files changed, 18 insertions(+), 18 deletions(-)

-- 
2.6.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]