All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200422005359.c6vh2jblrevznjml@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 34a2147..1420255 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -86,13 +86,13 @@ index 12dff5c98..4bfa4d6d6 100755
  # Check whether .align inside a function works as expected.
 -
 -$CC -c $dir/check-text-align.S -o $out
--$READELF -u $out | fgrep -q 'prologue(rlen\x12)'
+-$READELF -u $out | fgrep -q 'prologue(rlen=12)'
 -res=$?
 -rm -f $out
 -if [ $res -eq 0 ]; then
 -    CPPFLAGS="$CPPFLAGS -DHAVE_WORKING_TEXT_ALIGN"
 +if $CC -c check-text-align.S -o "$tmp" && \
-+   $READELF -u "$tmp" | fgrep -q 'prologue(rlen\x12)'
++   $READELF -u "$tmp" | fgrep -q 'prologue(rlen=12)'
 +then
 +  CPPFLAGS="$CPPFLAGS -DHAVE_WORKING_TEXT_ALIGN"
  fi
diff --git a/a/content_digest b/N1/content_digest
index a45281f..29bf0eb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "From\0zsugabubus <zsugabubus@national.shitposting.agency>\0"
  "Subject\0[PATCH] ia64: fix word quoting in shell scripts\0"
- "Date\0Wed, 22 Apr 2020 00:53:59 +0000\0"
- "To\0\0"
+ "Date\0Wed, 22 Apr 2020 02:53:59 +0200\0"
+ "To\0unlisted-recipients:; (no To-header on input)\0"
  "Cc\0Tony Luck <tony.luck@intel.com>"
   Fenghua Yu <fenghua.yu@intel.com>
   linux-ia64@vger.kernel.org
@@ -96,13 +96,13 @@
  " # Check whether .align inside a function works as expected.\n"
  "-\n"
  "-$CC -c $dir/check-text-align.S -o $out\n"
- "-$READELF -u $out | fgrep -q 'prologue(rlen\022)'\n"
+ "-$READELF -u $out | fgrep -q 'prologue(rlen=12)'\n"
  "-res=$?\n"
  "-rm -f $out\n"
  "-if [ $res -eq 0 ]; then\n"
  "-    CPPFLAGS=\"$CPPFLAGS -DHAVE_WORKING_TEXT_ALIGN\"\n"
  "+if $CC -c check-text-align.S -o \"$tmp\" && \\\n"
- "+   $READELF -u \"$tmp\" | fgrep -q 'prologue(rlen\022)'\n"
+ "+   $READELF -u \"$tmp\" | fgrep -q 'prologue(rlen=12)'\n"
  "+then\n"
  "+  CPPFLAGS=\"$CPPFLAGS -DHAVE_WORKING_TEXT_ALIGN\"\n"
  " fi\n"
@@ -131,4 +131,4 @@
  "-- \n"
  2.26.1
 
-bab775d4676c4aa24e9bb7841e1e5d3df256954d0cd46eb6bc3f18d44cd7966a
+f9fddb0b0f3e4d0483776c83b7194dccdf6c5c111fca136b401d66a15c56ffe5

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.