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

Zheng Bao <fishbaoz at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fishbaoz at hotmail dot com

--- Comment #1 from Zheng Bao <fishbaoz at hotmail dot com> ---
The abort is intended.


https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=binutils/readelf.c;h=5b7fc0dc1de37e492ae7436c3f6f34e5e742f539;hb=0dbdf282cdf6b54006601ab5f1ed7bf5fbb6e0ab#l1978


1973   const char *rtype = NULL;
1974   if (do_got_section_contents)
1975     switch (filedata->file_header.e_machine)
1976       {
1977       default:
1978         abort ();
1979 
1980       case EM_386:
1981       case EM_IAMCU:
1982         rtype = "R_386_RELATIVE";

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

Reply via email to