Преглед изворни кода

Translate .L directives inside .byte too.

Win64 unwind tables place distances from the start of a function in
byte-wide values.

Change-Id: Ie2aad7f6f5b702a60933bd52d872a83cba4e73a9
Reviewed-on: https://boringssl-review.googlesource.com/c/33784
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <alangley@gmail.com>
kris/onging/CECPQ3_patch15
David Benjamin пре 5 година
committed by CQ bot account: commit-bot@chromium.org
родитељ
комит
5edf8957b5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      crypto/perlasm/x86_64-xlate.pl

+ 1
- 1
crypto/perlasm/x86_64-xlate.pl Прегледај датотеку

@@ -742,7 +742,7 @@ my %globals;
}
last;
};
/\.rva|\.long|\.quad/
/\.rva|\.long|\.quad|\.byte/
&& do { $$line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
$$line =~ s/\.L/$decor/g;
last;


Loading…
Откажи
Сачувај