bugGNU Development Chain for 68HC11/68HC12 - Bugs: bug #1483, Undefined symbol ___mulqi3

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #1483: Undefined symbol ___mulqi3

Submitter:  Stephane Carrez <ciceron>
Submitted:  Tue 22 Oct 2002 06:49:03 PM UTC
   
 
Category:  gcc Severity:  4 - Important
Item Group:  sw-bug Status:  Fixed
Privacy:  Public Assigned to:  ciceron
Open/Closed:  Closed

Thu 14 Nov 2002 10:07:20 PM UTC, comment #1: 

Fixed in release 2.1

Stephane Carrez <ciceron>
Group administrator
Tue 22 Oct 2002 06:49:03 PM UTC, original submission:  

The following code:

char IsWChanged(char c) {
  char c1 = c * 10 + 60;
  return c1;
}

When it is compiled with:
m6811-elf-gcc -S tstm.c -mshort -O3 -fomit-frame-pointer -fsigned-char

The generated code contains an undefined call to
jsr     ___mulqi3

(libgcc defines __mulqi3)

Stephane Carrez <ciceron>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2002-11-14 ciceron StatusNone None
    Open/ClosedOpen None

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code