public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/28921] New: i386/32bit-segments.xml is missing in features/Makefile
@ 2022-02-24 14:49 hjl.tools at gmail dot com
  2022-02-24 16:49 ` [Bug build/28921] " tromey at sourceware dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2022-02-24 14:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28921

            Bug ID: 28921
           Summary: i386/32bit-segments.xml is missing in
                    features/Makefile
           Product: gdb
           Version: 11.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: simon.marchi at polymtl dot ca
  Target Milestone: ---

i386/32bit-segments.xml is missing in features/Makefile which was fixed
by


commit 1056aa39196e0af454e6cdff193d7fd4bc638b9c
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Wed Jul 14 01:30:46 2021 -0400

    gdb: clean up some things in features/Makefile

    Clean up some things I noticed:

     - we generate a regformats/microblaze-with-stack-protect.dat file.  I
       don't think this is used.  It could be used by a GDBserver built for
       Microblaze, but GDBserver isn't ported to Microblaze.  So I don't
       think that's used at all.  Remove the entry in features/Makefile and
       the file itself.

     - There are a bunch of *-expedite values in features/Makefile for
       architectures for which we don't generate dat files.  AFAIK, these
       *-expedite values are only used when generating dat files.  Remove
       those that are not necessary.

     - 32bit-segments.xml is not listed in the Makfile, but it's used.  This
       means that it wouldn't get re-generated if we were to change how C
       files are generated from the XML.  It looks like it was simply
       forgotten, add it.

    Change-Id: I112d00db317102270e1df924473c37122ccb6c3a

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug build/28921] i386/32bit-segments.xml is missing in features/Makefile
  2022-02-24 14:49 [Bug build/28921] New: i386/32bit-segments.xml is missing in features/Makefile hjl.tools at gmail dot com
@ 2022-02-24 16:49 ` tromey at sourceware dot org
  2022-02-24 17:07 ` cvs-commit at gcc dot gnu.org
  2022-02-24 17:08 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-02-24 16:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28921

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
Just FYI, there probably won't be more releases off the 11 branch.
We've started prepping for the 12.1 release.

It's fine by me if you want to backport this fix to the branch.
Otherwise, though, I think we ought to just close this PR.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug build/28921] i386/32bit-segments.xml is missing in features/Makefile
  2022-02-24 14:49 [Bug build/28921] New: i386/32bit-segments.xml is missing in features/Makefile hjl.tools at gmail dot com
  2022-02-24 16:49 ` [Bug build/28921] " tromey at sourceware dot org
@ 2022-02-24 17:07 ` cvs-commit at gcc dot gnu.org
  2022-02-24 17:08 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-02-24 17:07 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28921

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-11-branch branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2b047bbccbf80d2e58f2655434d6ba87e73139ce

commit 2b047bbccbf80d2e58f2655434d6ba87e73139ce
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Thu Feb 24 09:02:55 2022 -0800

    gdb: clean up some things in features/Makefile

    - 32bit-segments.xml is not listed in the Makfile, but it's used.  This
      means that it wouldn't get re-generated if we were to change how C
      files are generated from the XML.  It looks like it was simply
      forgotten, add it.

    This fixes PR build/28921.

    (cherry picked from commit 1056aa39196e0af454e6cdff193d7fd4bc638b9c)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug build/28921] i386/32bit-segments.xml is missing in features/Makefile
  2022-02-24 14:49 [Bug build/28921] New: i386/32bit-segments.xml is missing in features/Makefile hjl.tools at gmail dot com
  2022-02-24 16:49 ` [Bug build/28921] " tromey at sourceware dot org
  2022-02-24 17:07 ` cvs-commit at gcc dot gnu.org
@ 2022-02-24 17:08 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2022-02-24 17:08 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28921

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed on GDB 11 branch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-24 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 14:49 [Bug build/28921] New: i386/32bit-segments.xml is missing in features/Makefile hjl.tools at gmail dot com
2022-02-24 16:49 ` [Bug build/28921] " tromey at sourceware dot org
2022-02-24 17:07 ` cvs-commit at gcc dot gnu.org
2022-02-24 17:08 ` hjl.tools at gmail dot com

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).